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
Not sure whats happening but heres the stack trace. Is this an issue with protobuf? After looking at the .gitmodules file in protobuf it says its using a year old version of abseil 🤔
FAILED: CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o
/home/theo/Documents/llvm-builds/install/bin/clang++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_ZLIB -I/home/theo/Documents/theos/third_party/protobuf/build -I/home/theo/Documents/theos/third_party/protobuf -I/home/theo/Documents/theos/third_party/protobuf/build/src -I/home/theo/Documents/theos/third_party/protobuf/src -I/home/theo/Documents/theos/third_party/protobuf/third_party/utf8_range -I/home/theo/Documents/theos/third_party/protobuf/third_party/abseil-cpp -Os -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o -MF CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o.d -o CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o -c /home/theo/Documents/theos/third_party/protobuf/src/google/protobuf/type.pb.cc
In file included from /home/theo/Documents/theos/third_party/protobuf/src/google/protobuf/type.pb.cc:6:
In file included from /home/theo/Documents/theos/third_party/protobuf/src/google/protobuf/type.pb.h:26:
In file included from /home/theo/Documents/theos/third_party/protobuf/src/google/protobuf/generated_message_reflection.h:25:
In file included from /home/theo/Documents/theos/third_party/protobuf/src/google/protobuf/descriptor.h:45:
In file included from /home/theo/Documents/theos/third_party/protobuf/third_party/abseil-cpp/absl/container/btree_map.h:57:
/home/theo/Documents/theos/third_party/protobuf/third_party/abseil-cpp/absl/container/internal/btree.h:2890:23: error: out-of-line definition of 'internal_locate' does not match any declaration in 'btree<Params>'
2890 | inline auto btree<P>::internal_locate(const K &key) const
| ^~~~~~~~~~~~~~~
/home/theo/Documents/theos/third_party/protobuf/third_party/abseil-cpp/absl/container/internal/btree.h:2916:16: error: out-of-line definition of 'internal_lower_bound' does not match any declaration in 'btree<Params>'
2916 | auto btree<P>::internal_lower_bound(const K &key) const
| ^~~~~~~~~~~~~~~~~~~~
2 errors generated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Not sure whats happening but heres the stack trace. Is this an issue with protobuf? After looking at the .gitmodules file in protobuf it says its using a year old version of abseil 🤔
Beta Was this translation helpful? Give feedback.
All reactions