pitrou commented on PR #14193: URL: https://github.com/apache/arrow/pull/14193#issuecomment-1253888606
Linker issue which suggests the `ARROW_FRIEND_EXPORT` macro isn't right... https://github.com/pitrou/arrow/actions/runs/3098917212/jobs/5017418044#step:7:1065 ``` D:/a/_temp/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: src/arrow/CMakeFiles/arrow_testing_shared.dir/testing/gtest_util.cc.obj:gtest_util.cc:(.text$_ZN7testing13PrintToStringISt10shared_ptrIN5arrow6SchemaEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_[_ZN7testing13PrintToStringISt10shared_ptrIN5arrow6SchemaEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_]+0x69): undefined reference to `arrow::PrintTo(arrow::Schema const&, std::ostream*)' D:/a/_temp/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: src/arrow/CMakeFiles/arrow_testing_shared.dir/compute/exec/test_util.cc.obj:test_util.cc:(.text+0x893): undefined reference to `arrow::compute::PrintTo(arrow::compute::Expression const&, std::ostream*)' D:/a/_temp/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: src/arrow/CMakeFiles/arrow_testing_shared.dir/compute/exec/test_util.cc.obj:test_util.cc:(.text+0x988): undefined reference to `arrow::compute::PrintTo(arrow::compute::Expression const&, std::ostream*)' ``` -- 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]
