|
|
发表于 2005-10-16 22:20:04
|
显示全部楼层
Post by vivianINchina
为什么会出现这样的情况,应该这么解决?????????
其他的都弄的差不多了,在make *ui* 时出现
c++ -DHAVE_CONFIG_H -I../libprozilla/src -I. -I.. -I/usr/local/include -DLOCALEDIR=\"/usr/local/share/locale\" -Wall -O2 -D_REENTRANT -c Fl_Progress.cxx
Fl_Progress.cxx: In member function `virtual void Fl_Progress::draw()':
Fl_Progress.cxx:76: `inactive' undeclared (first use this function)
Fl_Progress.cxx:76: (Each undeclared identifier is reported only once for each
function it appears in.)
Fl_Progress.cxx:89: warning: passing `double' for argument 2 of `void
fl_draw(const char*, int, int)'
make[2]: *** [Fl_Progress.o] Error 1
make[2]: Leaving directory `/home/liping/yule/prozilla/prozgui-2.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/liping/yule/prozilla/prozgui-2.0.2'
make: *** [all-recursive-am] Error 2
各位大侠,应该这么解决?
你安装的是命令行工具还是GUI工具? prozilla有两种形式出现,一种是命令行工具,一种是GUI具,建议你用一下命令行工具,man一下,就知道如何使用了。 |
|