Issue
Has anybody had any trouble compiling protocol buffers using GCC on Fedora 17? I believe I installed the correct packages
sudo yum install protobuf*
The protoc compiler works fine but the generated class and header files don't compile when I add them to a fresh project. Any ideas? Thanks
Solution
Duh, I forgot to add -lprotobuf. Nevermind!
Answered By - tier1