|
发表于 2009-12-28 11:57:46
|
显示全部楼层
我的系统是centos,请问出现下面错误是什么原因?
[root@localhost src]# make
Making all in display
make[1]: Entering directory `/root/DownSoft/zhcon/zhcon-0.2.5/src/display'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/DownSoft/zhcon/zhcon-0.2.5/src/display'
make[1]: Entering directory `/root/DownSoft/zhcon/zhcon-0.2.5/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -funsigned-char -O2 -march=i686 -DNDEBUG -Wall -MT zhcon.o -MD -MP -MF ".deps/zhcon.Tpo" -c -o zhcon.o zhcon.cpp; \
then mv -f ".deps/zhcon.Tpo" ".deps/zhcon.Po"; else rm -f ".deps/zhcon.Tpo"; exit 1; fi
zhcon.cpp:62:18: 错误:term.h:没有那个文件或目录
zhcon.cpp: In member function ‘void Zhcon::InitTty()’:
zhcon.cpp:444: 错误:‘tgetent’ 在此作用域中尚未声明
zhcon.cpp:455: 错误:‘tgetstr’ 在此作用域中尚未声明
make[1]: *** [zhcon.o] 错误 1
make[1]: Leaving directory `/root/DownSoft/zhcon/zhcon-0.2.5/src'
make: *** [all-recursive] 错误 1 |
|