Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Zheng, Kai
Hi, Does Arrow/cpp assumes the building set up all its dependencies including google flatbuffers lib by itself? I hit the following error but am not sure if it's a building issue or not. Thanks. [root@zkdesk debug]# pwd /home/workspace/arrow/cpp/debug [root@zkdesk debug]# cmake .. Configured fo

Re: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Wes McKinney
hi Kai, Did you run source setup_build_env.sh ? You can also manually run the thirdparty build scripts, but then you must set the environment variables yourself (see the setup_build_env.sh and also the Travis CI scripts for a complete accounting). Thanks Wes On Sun, Mar 27, 2016 at 5:25 PM, Z

RE: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Zheng, Kai
...@cloudera.com] Sent: Monday, March 28, 2016 9:07 AM To: dev@arrow.apache.org Subject: Re: Does arrow/cpp setup google flatbuffers lib by itself? hi Kai, Did you run source setup_build_env.sh ? You can also manually run the thirdparty build scripts, but then you must set the environment variables

Re: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Micah Kornfield
Message- > From: Wes McKinney [mailto:w...@cloudera.com] > Sent: Monday, March 28, 2016 9:07 AM > To: dev@arrow.apache.org > Subject: Re: Does arrow/cpp setup google flatbuffers lib by itself? > > hi Kai, > > Did you run > > source setup_build_env.sh > > ? > &g

RE: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Zheng, Kai
@arrow.apache.org Subject: Re: Does arrow/cpp setup google flatbuffers lib by itself? Hi Kai, This might not solve your problem but I had an issue building flatbuffers. The fix was I had to modify the flatbuffers cmake file (thirdparty/flatbuffers-1.3.0/CMakeLists.txt) to force -std=c++11 instead of c++0x. I

Re: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Wes McKinney
28, 2016 9:47 AM > To: dev@arrow.apache.org > Subject: Re: Does arrow/cpp setup google flatbuffers lib by itself? > > Hi Kai, > This might not solve your problem but I had an issue building flatbuffers. > The fix was I had to modify the flatbuffers cmake file > (thirdparty/flatbuffers-1.3.

RE: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Zheng, Kai
m: Micah Kornfield [mailto:emkornfi...@gmail.com] > Sent: Monday, March 28, 2016 9:47 AM > To: dev@arrow.apache.org > Subject: Re: Does arrow/cpp setup google flatbuffers lib by itself? > > Hi Kai, > This might not solve your problem but I had an issue building flatbuffers. > Th

Re: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Wes McKinney
set(Flatbuffers_HOME ${THIRDPARTY_DIR}/flatbuffers-1.3.0) > +endif() > > Regards, > Kai > > -Original Message- > From: Wes McKinney [mailto:w...@cloudera.com] > Sent: Monday, March 28, 2016 11:04 AM > To: dev@arrow.apache.org > Subject: Re: Does arrow/cpp setup goo

RE: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Zheng, Kai
inney [mailto:w...@cloudera.com] Sent: Monday, March 28, 2016 2:37 PM To: dev@arrow.apache.org Subject: Re: Does arrow/cpp setup google flatbuffers lib by itself? hi Kai, I see -- the problem is that you are running setup_build_env.sh in a separate shell. See https://github.com/apache/arrow/blob/m