|
sl9.1,gtk2.4,编译d4x-2.5.0rc1-3.linuxsir
configure没问题,出现下面的东西:
------------------------------------------------------------------------------
Configuration: release
Host system type: i686-pc-linux-gnu
Install path: /usr/local
C++ compiler: g++ (g++ (GCC) 3.2.3)
ESD output: enabled
OSS output: enabled
libao output: disabled
------------------------------------------------------------------------------
make就不行了,显示:
# make
make all-recursive
make[1]: Entering directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1'
Making all in DOC
make[2]: Entering directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1/DOC'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1/DOC'
Making all in intl
make[2]: Entering directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1/intl'
Making all in main
make[2]: Entering directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1/main'
Making all in face
make[3]: Entering directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1/main/face '
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib -2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/at k-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -in clude ../../config.h -O2 -MT about.o -MD -MP -MF ".deps/about.Tpo" \
-c -o about.o `test -f 'about.cc' || echo './'`about.cc; \
then mv -f ".deps/about.Tpo" ".deps/about.Po"; \
else rm -f ".deps/about.Tpo"; exit 1; \
fi
about.cc: In function `void init_about_window(...)':
about.cc:220: `gtk_timeout_add' undeclared (first use this function)
about.cc:220: (Each undeclared identifier is reported only once for each
function it appears in.)
make[3]: *** [about.o] 错误 1
make[3]: Leaving directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1/main/face'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1/main'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/tmp/d4x-2.5.0rc1-3.linuxsir/d4x-2.5.0rc1'
make: *** [all] 错误 2
多谢! |
|