AlenkaF commented on PR #13311: URL: https://github.com/apache/arrow/pull/13311#issuecomment-1168527583
@kou there is one more issue I am struggling with and would be happy to get your opinion. On the CI I get linker errors for python flight module (not locally on M1): https://github.com/apache/arrow/runs/7087113174?check_suite_focus=true I am facing similar issue locally when trying to build the tests for C++ part of PyArrow with GTest: ``` [100%] Linking CXX executable arrow-python-test ld: library not found for -larrow_testing_shared clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [arrow-python-test] Error 1 make[1]: *** [CMakeFiles/arrow-python-test.dir/all] Error 2 make: *** [all] Error 2 error: command '/usr/bin/make' failed with exit code 2 ~/repos/arrow-cmake ``` What could be the setup work I am missing so that the libraries would be linked correctly? -- 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]
