- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我最近安装了最新版本的 Ubuntu (16) 用于 C++ 开发。当我尝试使用可在此处找到的说明包含“Google Protocol Buffers”时:https://github.com/google/protobuf/blob/master/src/README.md ->
$ sudo apt-get install autoconf automake libtool curl make g++ unzip
$ ./autogen.sh
$ ./configure
$ make
$ make check
$ sudo make install
$ sudo ldconfig # refresh shared library cache.
输入以下命令确实输出了正确的结果,那么GPB的安装就没问题了,不是吗?
> protoc --version
libprotoc 3.2.0
但是当我尝试使用 cmake 构建我的应用程序时 ->
cmake .. && make
client
/home/manuel/Schreibtisch/Repositories/Projekt/maurer/src/main.cpp/home/manuel/Schreibtisch/Repositories/Projekt/maurer/include/TerminalColors.h/home/manuel/Schreibtisch/Repositories/Projekt/maurer/include/Functions.h/home/manuel/Schreibtisch/Repositories/Projekt/maurer/include/URL.h
-- Configuring done
-- Generating done
-- Build files have been written to: /home/manuel/Schreibtisch/Repositories/Projekt/maurer/build
[ 25%] Linking CXX executable client
CMakeFiles/client.dir/src/main.cpp.o: In Funktion `main':
main.cpp:(.text+0x5a8b): Nicht definierter Verweis auf `google::protobuf::internal::VerifyVersion(int, int, char const*)'
main.cpp:(.text+0x5b10): Nicht definierter Verweis auf `google::protobuf::Message::SerializeToOstream(std::ostream*) const'
main.cpp:(.text+0x5bd0): Nicht definierter Verweis auf `google::protobuf::Message::ParseFromIstream(std::istream*)'
main.cpp:(.text+0x5cf0): Nicht definierter Verweis auf `google::protobuf::ShutdownProtobufLibrary()'
CMakeFiles/client.dir/src/main.cpp.o: In Funktion `google::protobuf::internal::GetEmptyStringAlreadyInited[abi:cxx11]()':
main.cpp:(.text._ZN6google8protobuf8internal27GetEmptyStringAlreadyInitedB5cxx11Ev[_ZN6google8protobuf8internal27GetEmptyStringAlreadyInitedB5cxx11Ev]+0x5): Nicht definierter Verweis auf `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::protobuf_person_2eproto::(anonymous namespace)::protobuf_AssignDescriptors()':
person.pb.cc:(.text+0x6e): Nicht definierter Verweis auf `google::protobuf::internal::AssignDescriptors(std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const&, google::protobuf::internal::MigrationSchema const*, google::protobuf::Message const* const*, unsigned int const*, google::protobuf::MessageFactory*, google::protobuf::Metadata*, google::protobuf::EnumDescriptor const**, google::protobuf::ServiceDescriptor const**)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::protobuf_person_2eproto::(anonymous namespace)::protobuf_RegisterTypes(std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const&)':
person.pb.cc:(.text+0x108): Nicht definierter Verweis auf `google::protobuf::internal::RegisterAllTypes(google::protobuf::Metadata const*, int)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::protobuf_person_2eproto::TableStruct::InitDefaultsImpl()':
person.pb.cc:(.text+0x15e): Nicht definierter Verweis auf `google::protobuf::internal::VerifyVersion(int, int, char const*)'
person.pb.cc:(.text+0x163): Nicht definierter Verweis auf `google::protobuf::internal::InitProtobufDefaults()'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::protobuf_person_2eproto::AddDescriptorsImpl()':
person.pb.cc:(.text+0x19e): Nicht definierter Verweis auf `google::protobuf::DescriptorPool::InternalAddGeneratedFile(void const*, int)'
person.pb.cc:(.text+0x1ad): Nicht definierter Verweis auf `google::protobuf::MessageFactory::InternalRegisterGeneratedFile(char const*, void (*)(std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const&))'
person.pb.cc:(.text+0x1b7): Nicht definierter Verweis auf `google::protobuf::internal::OnShutdown(void (*)())'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::Person::Person(test::Person const&)':
person.pb.cc:(.text+0x3a6): Nicht definierter Verweis auf `google::protobuf::internal::ArenaStringPtr::AssignWithDefault(std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const*, google::protobuf::internal::ArenaStringPtr)'
person.pb.cc:(.text+0x402): Nicht definierter Verweis auf `google::protobuf::internal::ArenaStringPtr::AssignWithDefault(std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const*, google::protobuf::internal::ArenaStringPtr)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::Person::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)':
person.pb.cc:(.text+0x830): Nicht definierter Verweis auf `google::protobuf::io::CodedInputStream::ReadTagFallback(unsigned int)'
person.pb.cc:(.text+0x90a): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)'
person.pb.cc:(.text+0x9ce): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)'
person.pb.cc:(.text+0xa1d): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::SkipField(google::protobuf::io::CodedInputStream*, unsigned int)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::Person::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const':
person.pb.cc:(.text+0xadb): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)'
person.pb.cc:(.text+0xafe): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(int, std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const&, google::protobuf::io::CodedOutputStream*)'
person.pb.cc:(.text+0xb34): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::WriteInt32(int, int, google::protobuf::io::CodedOutputStream*)'
person.pb.cc:(.text+0xb90): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)'
person.pb.cc:(.text+0xbb3): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(int, std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const&, google::protobuf::io::CodedOutputStream*)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::Person::InternalSerializeWithCachedSizesToArray(bool, unsigned char*) const':
person.pb.cc:(.text+0xc2e): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)'
person.pb.cc:(.text+0xceb): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, char const*)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::Person::MergeFrom(google::protobuf::Message const&)':
person.pb.cc:(.text+0xe48): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)'
person.pb.cc:(.text+0xe5e): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::operator<<(char const*)'
person.pb.cc:(.text+0xe76): Nicht definierter Verweis auf `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)'
person.pb.cc:(.text+0xe8a): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::~LogMessage()'
person.pb.cc:(.text+0xeb7): Nicht definierter Verweis auf `google::protobuf::internal::ReflectionOps::Merge(google::protobuf::Message const&, google::protobuf::Message*)'
person.pb.cc:(.text+0xee5): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::~LogMessage()'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::Person::MergeFrom(test::Person const&)':
person.pb.cc:(.text+0xf71): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)'
person.pb.cc:(.text+0xf87): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::operator<<(char const*)'
person.pb.cc:(.text+0xfa2): Nicht definierter Verweis auf `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)'
person.pb.cc:(.text+0xfb6): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::~LogMessage()'
person.pb.cc:(.text+0x10a8): Nicht definierter Verweis auf `google::protobuf::internal::ArenaStringPtr::AssignWithDefault(std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const*, google::protobuf::internal::ArenaStringPtr)'
person.pb.cc:(.text+0x10f2): Nicht definierter Verweis auf `google::protobuf::internal::ArenaStringPtr::AssignWithDefault(std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const*, google::protobuf::internal::ArenaStringPtr)'
person.pb.cc:(.text+0x1145): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::~LogMessage()'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::Closure::Closure()':
person.pb.cc:(.text._ZN6google8protobuf7ClosureC2Ev[_ZN6google8protobuf7ClosureC5Ev]+0x9): Nicht definierter Verweis auf `vtable for google::protobuf::Closure'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::internal::FunctionClosure0::FunctionClosure0(void (*)(), bool)':
person.pb.cc:(.text._ZN6google8protobuf8internal16FunctionClosure0C2EPFvvEb[_ZN6google8protobuf8internal16FunctionClosure0C5EPFvvEb]+0x22): Nicht definierter Verweis auf `vtable for google::protobuf::internal::FunctionClosure0'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::io::CodedOutputStream::IsDefaultSerializationDeterministic()':
person.pb.cc:(.text._ZN6google8protobuf2io17CodedOutputStream35IsDefaultSerializationDeterministicEv[_ZN6google8protobuf2io17CodedOutputStream35IsDefaultSerializationDeterministicEv]+0x7): Nicht definierter Verweis auf `google::protobuf::io::CodedOutputStream::default_serialization_deterministic_'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::io::CodedInputStream::ReadVarint32(unsigned int*)':
person.pb.cc:(.text._ZN6google8protobuf2io16CodedInputStream12ReadVarint32EPj[_ZN6google8protobuf2io16CodedInputStream12ReadVarint32EPj]+0x78): Nicht definierter Verweis auf `google::protobuf::io::CodedInputStream::ReadVarint32Fallback(unsigned int)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::io::CodedOutputStream::VarintSize32(unsigned int)':
person.pb.cc:(.text._ZN6google8protobuf2io17CodedOutputStream12VarintSize32Ej[_ZN6google8protobuf2io17CodedOutputStream12VarintSize32Ej]+0x1e): Nicht definierter Verweis auf `google::protobuf::io::CodedOutputStream::VarintSize32Fallback(unsigned int)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::internal::ArenaStringPtr::CreateInstanceNoArena(std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const*)':
person.pb.cc:(.text._ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x4b): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::LogMessage(google::protobuf::LogLevel, char const*, int)'
person.pb.cc:(.text._ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x61): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::operator<<(char const*)'
person.pb.cc:(.text._ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x79): Nicht definierter Verweis auf `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)'
person.pb.cc:(.text._ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x8d): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::~LogMessage()'
person.pb.cc:(.text._ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6google8protobuf8internal14ArenaStringPtr21CreateInstanceNoArenaEPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xdc): Nicht definierter Verweis auf `google::protobuf::internal::LogMessage::~LogMessage()'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::GoogleOnceInit(long*, void (*)())':
person.pb.cc:(.text._ZN6google8protobuf14GoogleOnceInitEPlPFvvE[_ZN6google8protobuf14GoogleOnceInitEPlPFvvE]+0x5e): Nicht definierter Verweis auf `google::protobuf::GoogleOnceInitImpl(long*, google::protobuf::Closure*)'
person.pb.cc:(.text._ZN6google8protobuf14GoogleOnceInitEPlPFvvE[_ZN6google8protobuf14GoogleOnceInitEPlPFvvE]+0x6a): Nicht definierter Verweis auf `google::protobuf::internal::FunctionClosure0::~FunctionClosure0()'
person.pb.cc:(.text._ZN6google8protobuf14GoogleOnceInitEPlPFvvE[_ZN6google8protobuf14GoogleOnceInitEPlPFvvE]+0x7b): Nicht definierter Verweis auf `google::protobuf::internal::FunctionClosure0::~FunctionClosure0()'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::UnknownFieldSet::Clear()':
person.pb.cc:(.text._ZN6google8protobuf15UnknownFieldSet5ClearEv[_ZN6google8protobuf15UnknownFieldSet5ClearEv]+0x20): Nicht definierter Verweis auf `google::protobuf::UnknownFieldSet::ClearFallback()'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::internal::InternalMetadataWithArena::DoMergeFrom(google::protobuf::UnknownFieldSet const&)':
person.pb.cc:(.text._ZN6google8protobuf8internal25InternalMetadataWithArena11DoMergeFromERKNS0_15UnknownFieldSetE[_ZN6google8protobuf8internal25InternalMetadataWithArena11DoMergeFromERKNS0_15UnknownFieldSetE]+0x70): Nicht definierter Verweis auf `google::protobuf::UnknownFieldSet::MergeFrom(google::protobuf::UnknownFieldSet const&)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::internal::InternalMetadataWithArena::default_instance()':
person.pb.cc:(.text._ZN6google8protobuf8internal25InternalMetadataWithArena16default_instanceEv[_ZN6google8protobuf8internal25InternalMetadataWithArena16default_instanceEv]+0x5): Nicht definierter Verweis auf `google::protobuf::UnknownFieldSet::default_instance()'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::MessageLite::MessageLite()':
person.pb.cc:(.text._ZN6google8protobuf11MessageLiteC2Ev[_ZN6google8protobuf11MessageLiteC5Ev]+0x9): Nicht definierter Verweis auf `vtable for google::protobuf::MessageLite'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::MessageLite::~MessageLite()':
person.pb.cc:(.text._ZN6google8protobuf11MessageLiteD2Ev[_ZN6google8protobuf11MessageLiteD5Ev]+0xd): Nicht definierter Verweis auf `vtable for google::protobuf::MessageLite'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::Message::Message()':
person.pb.cc:(.text._ZN6google8protobuf7MessageC2Ev[_ZN6google8protobuf7MessageC5Ev]+0x19): Nicht definierter Verweis auf `vtable for google::protobuf::Message'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::Message::~Message()':
person.pb.cc:(.text._ZN6google8protobuf7MessageD2Ev[_ZN6google8protobuf7MessageD5Ev]+0xd): Nicht definierter Verweis auf `vtable for google::protobuf::Message'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::internal::WireFormatLite::ReadString(google::protobuf::io::CodedInputStream*, std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
>*)':
person.pb.cc:(.text._ZN6google8protobuf8internal14WireFormatLite10ReadStringEPNS0_2io16CodedInputStreamEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6google8protobuf8internal14WireFormatLite10ReadStringEPNS0_2io16CodedInputStreamEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x1f): Nicht definierter Verweis auf `google::protobuf::internal::WireFormatLite::ReadBytes(google::protobuf::io::CodedInputStream*, std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
>*)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::internal::WireFormatLite::WriteStringToArray(int, std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const&, unsigned char*)':
person.pb.cc:(.text._ZN6google8protobuf8internal14WireFormatLite18WriteStringToArrayEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPh[_ZN6google8protobuf8internal14WireFormatLite18WriteStringToArrayEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPh]+0x39): Nicht definierter Verweis auf `google::protobuf::io::CodedOutputStream::WriteStringWithSizeToArray(std::__cxx11::basic_string<char, std::char_traits
<char>
, std::allocator
<char>
> const&, unsigned char*)'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `void google::protobuf::Arena::Own
<test::Person>
(test::Person*)':
person.pb.cc:(.text._ZN6google8protobuf5Arena3OwnIN4test6PersonEEEvPT_[_ZN6google8protobuf5Arena3OwnIN4test6PersonEEEvPT_]+0x4d): Nicht definierter Verweis auf `google::protobuf::Arena::AddListNode(void*, void (*)(void*))'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `test::Person const* google::protobuf::internal::DynamicCastToGenerated
<test::Person const>
(google::protobuf::Message const*)':
person.pb.cc:(.text._ZN6google8protobuf8internal22DynamicCastToGeneratedIKN4test6PersonEEEPT_PKNS0_7MessageE[_ZN6google8protobuf8internal22DynamicCastToGeneratedIKN4test6PersonEEEPT_PKNS0_7MessageE]+0x37): Nicht definierter Verweis auf `typeinfo for google::protobuf::Message'
CMakeFiles/client.dir/person.pb.cc.o: In Funktion `google::protobuf::internal::InternalMetadataWithArenaBase<google::protobuf::UnknownFieldSet, google::protobuf::internal::InternalMetadataWithArena>::mutable_unknown_fields_slow()':
person.pb.cc:(.text._ZN6google8protobuf8internal29InternalMetadataWithArenaBaseINS0_15UnknownFieldSetENS1_25InternalMetadataWithArenaEE27mutable_unknown_fields_slowEv[_ZN6google8protobuf8internal29InternalMetadataWithArenaBaseINS0_15UnknownFieldSetENS1_25InternalMetadataWithArenaEE27mutable_unknown_fields_slowEv]+0xbd): Nicht definierter Verweis auf `google::protobuf::Arena::AllocateAligned(std::type_info const*, unsigned long)'
person.pb.cc:(.text._ZN6google8protobuf8internal29InternalMetadataWithArenaBaseINS0_15UnknownFieldSetENS1_25InternalMetadataWithArenaEE27mutable_unknown_fields_slowEv[_ZN6google8protobuf8internal29InternalMetadataWithArenaBaseINS0_15UnknownFieldSetENS1_25InternalMetadataWithArenaEE27mutable_unknown_fields_slowEv]+0x118): Nicht definierter Verweis auf `google::protobuf::Arena::AddListNode(void*, void (*)(void*))'
CMakeFiles/client.dir/person.pb.cc.o:(.rodata._ZTVN4test6PersonE[_ZTVN4test6PersonE]+0x20): Nicht definierter Verweis auf `google::protobuf::Message::GetTypeName[abi:cxx11]() const'
CMakeFiles/client.dir/person.pb.cc.o:(.rodata._ZTVN4test6PersonE[_ZTVN4test6PersonE]+0x58): Nicht definierter Verweis auf `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const'
CMakeFiles/client.dir/person.pb.cc.o:(.rodata._ZTVN4test6PersonE[_ZTVN4test6PersonE]+0x60): Nicht definierter Verweis auf `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)'
CMakeFiles/client.dir/person.pb.cc.o:(.rodata._ZTVN4test6PersonE[_ZTVN4test6PersonE]+0xa8): Nicht definierter Verweis auf `google::protobuf::Message::DiscardUnknownFields()'
CMakeFiles/client.dir/person.pb.cc.o:(.rodata._ZTVN4test6PersonE[_ZTVN4test6PersonE]+0xb0): Nicht definierter Verweis auf `google::protobuf::Message::SpaceUsed() const'
CMakeFiles/client.dir/person.pb.cc.o:(.rodata._ZTIN4test6PersonE[_ZTIN4test6PersonE]+0x10): Nicht definierter Verweis auf `typeinfo for google::protobuf::Message'
collect2: error: ld returned 1 exit status
CMakeFiles/client.dir/build.make:129: die Regel für Ziel „client“ scheiterte
make[2]: *** [client] Fehler 1
CMakeFiles/Makefile2:67: die Regel für Ziel „CMakeFiles/client.dir/all“ scheiterte
make[1]: *** [CMakeFiles/client.dir/all] Fehler 2
Makefile:83: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
>
我已经尝试完全重新构建应用程序(删除构建文件夹)并重新安装了不同版本的 GoogleProtocolBuffers。这是我的 CMakeLists.txt 文件 ->
cmake_minimum_required(VERSION 3.0)
project(18_HTTPClient) # change xxx to your project name
set(CMAKE_CXX_STANDARD 14) # change if necessary
add_definitions(-DASIO_STANDALONE)
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
#add_definitions(-Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion)
# add_definitions(-Wl,--no-as-needed) # needed for building on buggy configurations
else()
add_definitions(-DASIO_HAS_STD_ADDRESSOF)
add_definitions(-DASIO_HAS_STD_ARRAY)
add_definitions(-DASIO_HAS_CSTDINT)
add_definitions(-DASIO_HAS_STD_SHARED_PTR)
add_definitions(-DASIO_HAS_STD_TYPE_TRAITS)
add_definitions(-DASIO_HAS_STD_ATOMIC)
add_definitions(-D_WIN32_WINNT=0x0501)
add_definitions(/Wall /EHsc)
endif()
find_package(Threads)
include_directories(include)
include_directories(include/STLPlus)
# important: Don't forget to set the environment variable accordingly (if needed)!
include_directories($ENV{ASIO_INCLUDE_PATH})
include_directories($ENV{SPDLOG_INCLUDE_PATH})
include_directories($ENV{FMT_PATH}) # should refer to the root directory of fmt
include_directories($ENV{JSON_INCLUDE_PATH}) # should refer to the directory 'src' of json
set(FMT_LIB_PATH $ENV{FMT_PATH}/fmt/fmt/libfmt.a)
#set(FMT_LIB_PATH $ENV{FMT_PATH}/build/fmt/libfmt.a)
# only needed for protobuf
find_package(Protobuf REQUIRED)
include_directories(${Protobuf_INCLUDE_DIRS})
include_directories(${CMAKE_CURRENT_BINARY_DIR})
file(GLOB protos protos/*.proto)
protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS ${protos})
macro(create_targets)
if(${ARGC} GREATER 1)
foreach(curr_target ${ARGV})
message(${curr_target})
# includes are only for usage with QtCreator!
file(GLOB sources src/${curr_target}/*.cpp src/*.cpp include/${curr_target}/*.h include/*.h)
add_executable(${curr_target} ${sources} ${PROTO_SRCS} ${PROTO_HDRS})
target_link_libraries(${curr_target} ${CMAKE_THREAD_LIBS_INIT} ${FMT_LIB_PATH} ${Protobuf_LIBRARIES})
endforeach(curr_target)
else()
message(${ARGV0})
IF(EXISTS "${CMAKE_SOURCE_DIR}/src/${ARGV0}" AND IS_DIRECTORY "${CMAKE_SOURCE_DIR}/src/${ARGV0}")
file(GLOB sources src/${ARGV0}/*.cpp src/*.cpp include/${ARGV0}/*.h include/*.h)
else()
file(GLOB sources src/*.cpp include/*.h)
endif()
message(${sources})
add_executable(${ARGV0} ${sources} ${PROTO_SRCS} ${PROTO_HDRS})
target_link_libraries(${ARGV0} ${CMAKE_THREAD_LIBS_INIT} ${FMT_LIB_PATH} ${Protobuf_LIBRARIES})
endif()
endmacro(create_targets)
# replace xxx with list of executables
# like: create_targets(exe) or create_targets(exe1 exe2 exe3)
# if just one target is given -> source files are in 'src'
# else -> source files specific for each target are in respective
# subdirectories of 'src' like in 'src/exe1', 'src/exe2', and 'src/exe3'
# common source files are in 'src'
create_targets(client)
关于我可以做什么的任何建议?提前致谢。如果您需要任何进一步的详细信息或文件内容,我会尽快上传。
最佳答案
我怀疑您使用的是 3.6 之前的 cmake 版本。如果是这样,升级或使用 PROTOBUF_
而不是 Protobuf_
可能会解决您的问题;另见 this SO answer了解详情。
关于c++ - 谷歌 Protobuf 3 : Undefined Reference Errors when building with CMAKE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42186095/
Xcode 4 中的以下操作有什么作用? 为测试而构建 为运行而构建 为分析而构建 为存档而构建 我不确定何时使用这些(或是否使用其中任何一个)。 最佳答案 Running 用于运行您的应用(在 Ma
工具: Jenkins 版1.470 Maven 2 颠覆 环境 假设我的构建有许多项目 A-D。如图所示,依赖关系图存在。也就是说:B 依赖于 A 中的类,C 依赖于 B 中的类,D 依赖于 A 中
我正在创建一个软件项目,我想使用 autotools 为我生成 makefile 等脚本,我手动创建了 Makefile.am 和 configure.in 文件,我正在使用 autogen.sh 脚
什么yarn build命令做什么? 是 yarn build和 npm build相同?如果不是有什么区别? 最佳答案 yarn build和 npm build默认情况下不是现有的命令。我想你是说
如果我有一个包含许多相互依赖的项目的大型代码库,例如,projects/A、projects/B 和 projects/C ,其中 A 需要 B,B 需要 C,每个项目都有一个Cake 构建脚本,例如
我正在尝试使用 Wix/Detox 来测试我的 react-native 应用程序(iOS 版本)。我已成功遵循 https://github.com/wix/detox/blob/master/do
我们有许多编译 .NET 代码的 Nant 脚本。这些构建需要 5 到 10 分钟才能运行,我想找到一种方法来加速它们。 我们的 Nant 脚本看起来像
你好 当我在 windows 下使用 gnu 构建 ffmpeg-3.4.1 时,谁能帮我解决这个错误: /tmp/9747a756ee05ef34cc3fcf51eabde826/sysroot/u
构建解决方案/项目/程序意味着什么?我想确保我的定义是正确的(所以我在交谈时听起来不像个白痴)。在 IDE 中,您可以(如果我错了,请纠正我)编译源代码/编程代码为计算机可读的机器代码。您可以调试程序
为什么 Eclipse 在构建 Android 项目时会陷入无限循环,用于构建工作区...和(重新)构建工作区...和(重新)构建工作区... 这是一个已知的错误吗? 摆脱这个循环的正确方法是什么?
我的 Angular 项目是 @Angular4.3.3 ng build -prod 构建需要 77 秒 ng build --prod --build-optimizer=true 构建需要 19
所以我刚刚使用命令创建了一个 React Native 项目 react-native init "项目名称" 我进入应用程序级别的 build.gradle 以连接 firebase,但出现错误提示
我想弄清楚 TFS Online 2017 中的两个预定义变量之间是否存在差异:$(Build.Repository.LocalPath)和 $(Build.SourcesDirectory) .我有
编译项目时,当系统用户名匹配时,此脚本应将 Xcode 项目的构建版本递增 1。请记住,这些只是 Target->Build Phases->Run Script in Xcode 中脚本(不是 Ap
是否有一种工具可以在给定 MS Build 项目文件的情况下构建一个视觉对象,显示将在何时以及从哪个导入文件执行哪个目标? 如果给定一个解决方案文件,它会构建项目构建顺序的视觉效果? 最佳答案 是的,
我正在尝试使用 Bazel 进行以下设置。通过调用“bazel build”,Python 脚本应该生成未知数量的具有随机名称的 *.cc 文件,然后将这些文件编译成单个静态库(.a 文件),所有这些
我正在将我的 Cmake 项目迁移到 Bazel。我项目的根目录是 build我用来运行 Cmake 的文件夹。 迁移到 Bazel ,我需要创建一个 BUILD我的项目根目录下的文件。但是,在 ma
关闭。这个问题是opinion-based 。目前不接受答案。 想要改进这个问题吗?更新问题,以便 editing this post 可以用事实和引文来回答它。 . 已关闭 5 年前。 此帖子已于
当我的Dockerfile如下所示时,它运行良好。 ... RUN pip install git+https://user_name:my_password@github.com/repo_name
当前的自动构建功能集是否可以从存储库中添加新标签并标记生成的图像?还是我需要3party服务将新标签自动推送到Docker Registry? 最佳答案 目前不行。 当前(2014年10月)尚无Doc
我是一名优秀的程序员,十分优秀!