Re: Trouble with building Arrow GLib

2019-12-20 Thread Chengxin Ma
; tSWuBtndqpJhkCaHTDcHDaE3za0pbqK-8fnqKT99Vv6QGVxYAjKuZUUSZ4A94U6DiZaWxc8wYc5JXiu9EoZublUwbXhlq8kar_sguY6onWI=@protonmail.ch > "Re: Trouble with building Arrow GLib" on Fri, 20 Dec 2019 09:59:27 +, > Chengxin Ma c...@protonmail.ch.INVALID wrote: > > > Hi Kou,

Re: Trouble with building Arrow GLib

2019-12-20 Thread Sutou Kouhei
e on your environment. Thanks, -- kou In "Re: Trouble with building Arrow GLib" on Fri, 20 Dec 2019 09:59:27 +, Chengxin Ma wrote: > Hi Kou, > > I am working on [the Cartesius > system](https://userinfo.surfsara.nl/systems/cartesius). The OS on it is > [bul

Re: Trouble with building Arrow GLib

2019-12-20 Thread Chengxin Ma
Hi Kou, I am working on [the Cartesius system](https://userinfo.surfsara.nl/systems/cartesius). The OS on it is [bullx Linux](https://userinfo.surfsara.nl/systems/cartesius/software/rhel). I’ve successfully installed Meson according to your suggestion, however it couldn’t run, probably due to

Re: Trouble with building Arrow GLib

2019-12-19 Thread Sutou Kouhei
Hi, Arrow GLib can provide C API but it requires GObject Introspection for now. So you need to install GObject Introspection to use Arrow GLib for now. (I'll add a build option to build without GObject Introspection. Then you can build Arrow GLib without GObject Introspection in the next release.)

Re: Trouble with building Arrow GLib

2019-12-19 Thread Wes McKinney
gobject-introspection is required to run the unit tests but it seems like it should not be needed for a production build of the library, but Kou will know more. On Thu, Dec 19, 2019 at 4:54 AM Chengxin Ma wrote: > > Hi All, > > I am building Arrow GLib on a system where I'm not the admin. > In th