We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make failed on macOS , after protobuf being upgraded by homebrew
make
homebrew
[ 82%] Built target io [ 83%] Linking CXX shared library liblance.dylib Undefined symbols for architecture arm64: "google::protobuf::internal::InternalMetadata::~InternalMetadata()", referenced from: google::protobuf::MessageLite::~MessageLite() in format.pb.cc.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [liblance.dylib] Error 1 make[1]: *** [CMakeFiles/lance.dir/all] Error 2 make: *** [all] Error 2
OS: macOS 12.4 Protobuf: 21.2 (Homebrew) Arrow: 8.0.0_4 (Homebrew)
macOS 12.4
21.2 (Homebrew)
8.0.0_4 (Homebrew)
The text was updated successfully, but these errors were encountered:
A new protobuf upgrade (21.3) fixed the problem.
Sorry, something went wrong.
No branches or pull requests
Problem Statement
make
failed on macOS , after protobuf being upgraded byhomebrew
OS:
macOS 12.4
Protobuf:
21.2 (Homebrew)
Arrow:
8.0.0_4 (Homebrew)
The text was updated successfully, but these errors were encountered: