原文:.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory

看看这个你应该知道,找不到头文件,它可用于g 的 I 参数: I usr local lib protobuf include如需订购g 在 usr local lib protobuf 以上 usr local lib protobuf 是我的protobuf的安装地址。请替换成你的 ...

2015-06-21 11:39 0 4891 推荐指数:

查看详情

fatal error: expat.h: No such file or directory

在CentOS7最小安装版下,编译安装apr-util时报错: fatal error: expat.h: No such file or directory 解决办法:yum install expat-devel 一般这类错误都是缺少依赖,问题是怎么找出来。 ...

Mon Sep 24 18:03:00 CST 2018 0 926
fatal error: glib.h: No such file or directory

在学习BLE bluez的时候,做了一个测试程序,看到gatttool.c下面有一个glib解析命令行的功能,想移植到自己的程序接口中,但是添加了#include <glib.h>后,出现了fatal error: glib.h: No such file or directory错误 ...

Thu Aug 16 00:37:00 CST 2018 0 6284
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM