raulcd commented on PR #43137: URL: https://github.com/apache/arrow/pull/43137#issuecomment-2206483599
I am not sure why the linking error is happening: ``` [125/133] Linking CXX shared library release/libarrow_flight.1700.0.0.dylib FAILED: release/libarrow_flight.1700.0.0.dylib : && /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -fno-aligned-new -Qunused-arguments -fcolor-diagnostics -Wall -Wno-unknown-warning-option -Wno-pass-failed -msse4.2 -O3 -DNDEBUG -O2 -arch x86_64 -isysroot /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -mmacosx-version-min=12.0 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -compatibility_version 1700.0.0 -current_version 1700.0.0 -o release/libarrow_flight.1700.0.0.dylib -install_name @rpath/libarrow_flight.1700.dylib src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/Unity/unity_2_cxx.cxx.o src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/Unity/unity_1_cxx.cxx.o src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/Unity/unity_0_cxx.cxx.o -Wl,-rpath,@loader_path /Users/runner/work/crossbow/crossbow/vcpkg/installed/amd64-osx-static-release/lib/libgrpc++.a /Users/runner/work/crossbow /crossbow/vcpkg/installed/amd ld: imageOffset32 fixup target must be defined ``` -- 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]
