Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人在 Fedora 17 上使用 GCC 编译协议缓冲区有任何问题吗?我相信我安装了正确的软件包
sudo yum 安装 protobuf*
protoc 编译器工作正常,但生成的类和头文件在我将它们添加到新项目时无法编译。有任何想法吗?谢谢
呃,我忘了添加-lprotobuf。没关系!