Re: Bison error when making thrift on macOS

2019-01-03 Thread Romain Francois
Thanks. I'll give that a go if/when I need to build thrift. Romain > Le 2 janv. 2019 à 17:07, Wes McKinney a écrit : > > You stumbled on https://issues.apache.org/jira/browse/PARQUET-1319. > See > https://github.com/apache/parquet-cpp/commit/d15d2687e9f154e69e956e2a56c8d1fd6c3b7ac8 > (which is

Re: Bison error when making thrift on macOS

2019-01-02 Thread Wes McKinney
You stumbled on https://issues.apache.org/jira/browse/PARQUET-1319. See https://github.com/apache/parquet-cpp/commit/d15d2687e9f154e69e956e2a56c8d1fd6c3b7ac8 (which is part of Arrow's ThirdpartyToolchain.cmake) You can pass `-DBISON_EXECUTABLE=/path/to/homebrew/bison` when building - Wes On Wed

Re: Bison error when making thrift on macOS

2019-01-02 Thread Romain Francois
Turns out I already have a thrift installed through brew, but cmake needed help to figure it out, I have added export THRIFT_HOME="/usr/local/Cellar/thrift/0.11.0" to my ~/.bash_profile > Le 2 janv. 2019 à 14:00, Romain Francois a écrit : > > This might be relevant, I'm getting: > > -- TH

Re: Bison error when making thrift on macOS

2019-01-02 Thread Romain Francois
This might be relevant, I'm getting: -- THRIFT_HOME: -- Thrift compiler/libraries NOT found: (THRIFT_INCLUDE_DIR-NOTFOUND, THRIFT_STATIC_LIB-NOTFOUND). Looked in system search paths. -- Thrift include dir: /Users/romain/git/apache/arrow/cpp/release/thrift_ep/src/thrift_ep-install/include -- Th

Bison error when making thrift on macOS

2019-01-02 Thread Romain Francois
Hello, I'm trying to build arrow and parquet on Mac OS: $ cmake .. -DARROW_PARQUET=ON -DCMAKE_BUILD_TYPE=Release -DARROW_BOOST_USE_SHARED:BOOL=Off $ make install And get only up to: [ 37%] Performing build step for 'thrift_ep' CMake Error at /Users/romain/git/apache/arrow/cpp/release/thrift