rok commented on pull request #11889: URL: https://github.com/apache/arrow/pull/11889#issuecomment-990390693
@kou thanks for the pointers! I've pushed the change you proposed and hit another error (below). If you can spare time on this I'd be thankful but it's also a nice learning opportunity for me in case you're busy :). ```bash -Wall -fno-semantic-interposition -msse4.2 CMake Error at cmake_modules/BuildUtils.cmake:469 (install): install EXPORT given unknown argument "ArrowTargets.cmake". Call Stack (most recent call first): src/arrow/CMakeLists.txt:539 (add_arrow_lib) -- Creating bundled static library target arrow_bundled_dependencies at /home/rok/Documents/repos/arrow/cpp/build/release/libarrow_bundled_dependencies.a CMake Error at cmake_modules/BuildUtils.cmake:469 (install): install EXPORT given unknown argument "ArrowTestingTargets.cmake". Call Stack (most recent call first): src/arrow/CMakeLists.txt:601 (add_arrow_lib) CMake Error at cmake_modules/BuildUtils.cmake:469 (install): install EXPORT given unknown argument "ArrowDatasetTargets.cmake". Call Stack (most recent call first): src/arrow/dataset/CMakeLists.txt:51 (add_arrow_lib) -- Found Python3: /home/rok/miniconda3/envs/pyarrow-dev/bin/python3.7 (found version "3.7.12") found components: Interpreter Development NumPy Development.Module Development.Embed CMake Error at cmake_modules/BuildUtils.cmake:469 (install): install EXPORT given unknown argument "ArrowPythonTargets.cmake". Call Stack (most recent call first): src/arrow/python/CMakeLists.txt:70 (add_arrow_lib) CMake Error at cmake_modules/BuildUtils.cmake:469 (install): install EXPORT given unknown argument "ParquetTargets.cmake". Call Stack (most recent call first): src/parquet/CMakeLists.txt:240 (add_arrow_lib) ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org