rok edited a comment on pull request #11889: URL: https://github.com/apache/arrow/pull/11889#issuecomment-1058364441
@lidavidm this now runs for me on linux (conda env on ubuntu) if I replace `cpp/examples/minimal_build/example.cc` and `cpp/examples/minimal_build/CMakeLists.txt` with [repro code](https://issues.apache.org/jira/browse/ARROW-14708): ``` cmake .. \ -DCMAKE_BUILD_TYPE=Debug \ -GNinja \ -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \ -DCMAKE_INSTALL_LIBDIR=lib \ -DARROW_USE_GLOG=ON \ -DARROW_PARQUET=ON \ -DARROW_WITH_SNAPPY=ON \ -DARROW_DATASET=ON \ -DARROW_CSV=ON \ -DARROW_JSON=ON \ -DARROW_PYTHON=ON \ -DARROW_WITH_LZ4=ON \ -DARROW_FLIGHT=ON \ -DARROW_DEPENDENCY_SOURCE=BUNDLED ninja -j8 ``` I'll check on mac shortly but I suspect it won't work there. Could you please check what happens on your end? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
