日期:2014-05-16  浏览次数:20682 次

ubuntu缺少头文件zlog.h和int_type.h
root@ubuntu:~/program/test# apt-get build-dep zlog.h
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for zlog.h
root@ubuntu:~/program/test# apt-get build-dep int_types.h
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for int_types.h

也搜索不到,请各位不吝赐教

------解决方案--------------------
你说的这2个都不是系统库的头文件 估计是第三方库的吧
跟Ubunutu没关系 换别的发行版 估计也找不到
------解决方案--------------------
zlog这个日志函数库你是要另外安装的,这个不是系统下的
------解决方案--------------------
zlog 
下载
https://github.com/HardySimpson/zlog

自己编译安装吧。


------解决方案--------------------
你用apt-file,看能不能找到是哪个包包涵这些头文件。