|
|
发表于 2005-7-9 12:40:40
|
显示全部楼层
我今天又装了一次prozgui-2.0.5beta,在make时出现如下问题,不知如何解决?谢谢
[root@localhost prozgui-2.0.5beta]# make
make all-recursive
make[1]: Entering directory `/tmp/temp/prozgui-2.0.5beta'
Making all in libprozilla
make[2]: Entering directory `/tmp/temp/prozgui-2.0.5beta/libprozilla'
make all-recursive
make[3]: Entering directory `/tmp/temp/prozgui-2.0.5beta/libprozilla'
Making all in intl
make[4]: Entering directory `/tmp/temp/prozgui-2.0.5beta/libprozilla/intl'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/temp/prozgui-2.0.5beta/libprozilla/intl'
Making all in po
make[4]: Entering directory `/tmp/temp/prozgui-2.0.5beta/libprozilla/po'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/temp/prozgui-2.0.5beta/libprozilla/po'
Making all in docs
make[4]: Entering directory `/tmp/temp/prozgui-2.0.5beta/libprozilla/docs'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/temp/prozgui-2.0.5beta/libprozilla/docs'
Making all in src
make[4]: Entering directory `/tmp/temp/prozgui-2.0.5beta/libprozilla/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/temp/prozgui-2.0.5beta/libprozilla/src'
make[4]: Entering directory `/tmp/temp/prozgui-2.0.5beta/libprozilla'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/tmp/temp/prozgui-2.0.5beta/libprozilla'
make[3]: Leaving directory `/tmp/temp/prozgui-2.0.5beta/libprozilla'
make[2]: Leaving directory `/tmp/temp/prozgui-2.0.5beta/libprozilla'
Making all in intl
make[2]: Entering directory `/tmp/temp/prozgui-2.0.5beta/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/temp/prozgui-2.0.5beta/intl'
Making all in po
make[2]: Entering directory `/tmp/temp/prozgui-2.0.5beta/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/temp/prozgui-2.0.5beta/po'
Making all in src
make[2]: Entering directory `/tmp/temp/prozgui-2.0.5beta/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libprozilla/src -I/usr/local/include -DLOCALEDIR=\"/usr/local/share/locale\" -Wall -ggdb -D_REENTRANT -MT
Fl_Progress.o -MD -MP -MF ".deps/Fl_Progress.Tpo" \
-c -o Fl_Progress.o `test -f 'Fl_Progress.cxx' || echo './'`Fl_Progress.cxx; \then mv ".deps/Fl_Progress.Tpo" ".deps/Fl_Progress.Po"; \
else rm -f ".deps/Fl_Progress.Tpo"; exit 1; \
fi
Fl_Progress.cxx: In member function `virtual void Fl_Progress::draw()':
Fl_Progress.cxx:80: `fl_inactive' undeclared (first use this function)
Fl_Progress.cxx:80: (Each undeclared identifier is reported only once for each
function it appears in.)
Fl_Progress.cxx:95: 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 `/tmp/temp/prozgui-2.0.5beta/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/temp/prozgui-2.0.5beta'
make: *** [all] Error 2
[root@localhost prozgui-2.0.5beta]# |
|