Hi all. I'm building a cross-platform application in Qt, so I need to build the protocol-buffer lib for each of them.
I tried taking the file lists from libprotobuf.cmake and dumping them into a Qt lib-project file and building... and it did produce a lib. However, attempting to link against it fails with all kinds of undefined symbols; despite nm showing plenty of symbols in there. So I tried simply adding all of these files to my project directly, not building a lib but compiling them in. Nope... got the same undefined-symbols problem. Anyone have any insight here? I need to compile protobuf support with the same compiler as the client app, for multiple platforms. What to do? And why are the symbols missing? Thanks! -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
