当前位置: 技术问答>linux和unix
ubuntu缺少头文件zlog.h和int_type.h
来源: 互联网 发布时间:2017-04-04
本文导语: 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 Rea...
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
也搜索不到,请各位不吝赐教
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没关系 换别的发行版 估计也找不到
跟Ubunutu没关系 换别的发行版 估计也找不到
|
zlog这个日志函数库你是要另外安装的,这个不是系统下的
|
zlog
下载
https://github.com/HardySimpson/zlog
自己编译安装吧。
下载
https://github.com/HardySimpson/zlog
自己编译安装吧。
|
你用apt-file,看能不能找到是哪个包包涵这些头文件。