You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I had to ask copilot for help in resolving all of this....
-- Configuring done (12.8s)
CMake Error: install(EXPORT "re2Targets" ...) includes target "re2" which requires target "absl_absl_check" that is not in any export set.
CMake Error: install(EXPORT "re2Targets" ...) includes target "re2" which requires target "absl_absl_log" that is not in any export set.
-- Generating done **(0.3s)**
Not being a cmake expert, I'm stuck between removing this and getting re2 included twice. Copilot is stuck here and so am I.
Any help in being able to successfully link against developer packages. I dont want to build from source if I dont have to.
Some cmake info if it helps
-- The C compiler identification is Clang 14.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Using Conan toolchain: /home/xxx/xxx/Release/conan_toolchain.cmake
-- The CUDA compiler identification is NVIDIA 12.2.140
-- The CXX compiler identification is Clang 14.0.0
-- Detecting CUDA compiler ABI info
-- Detecting CUDA compiler ABI info - done
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped
-- Detecting CUDA compile features
-- Detecting CUDA compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/mpicxx - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
It seems that a combination of the minimal docker compose and the instructions on the build
Page are getting me there. I need to update my docker file from all of the manual edits that I made and will update this thread with the results. The documentation may just need some updating.
Describe the usage question you have. Please include as many useful details as possible.
Hi,
I'm trying to build arrow into my cmake c++ project.
I installed all of the packages here --- https://arrow.apache.org/install/
I followed the instructions on the build page for cmake but that wasnt enough....
I had to do this
Then cmake complained some more about abseil.. added this
I also use nlohmann so I had to do this
Then I had to ask copilot for help in resolving all of this....
Not being a cmake expert, I'm stuck between removing this and getting re2 included twice. Copilot is stuck here and so am I.
Any help in being able to successfully link against developer packages. I dont want to build from source if I dont have to.
Some cmake info if it helps
Component(s)
C++, Continuous Integration, Developer Tools, Documentation, Packaging
The text was updated successfully, but these errors were encountered: