[code:1]make all-recursive
make[1]: Entering directory `/root/tools/xchat-2.0.1'
Making all in po
make[2]: Entering directory `/root/tools/xchat-2.0.1/po'
make[2]: Leaving directory `/root/tools/xchat-2.0.1/po'
Making all in intl
make[2]: Entering directory `/root/tools/xchat-2.0.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/tools/xchat-2.0.1/intl'
Making all in src
make[2]: Entering directory `/root/tools/xchat-2.0.1/src'
Making all in pixmaps
make[3]: Entering directory `/root/tools/xchat-2.0.1/src/pixmaps'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/tools/xchat-2.0.1/src/pixmaps'
Making all in common
make[3]: Entering directory `/root/tools/xchat-2.0.1/src/common'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/tools/xchat-2.0.1/src/common'
Making all in fe-gtk
make[3]: Entering directory `/root/tools/xchat-2.0.1/src/fe-gtk'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_CAST_CHECKS -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -pipe -DXCHATSHAREDIR=\"/usr/local/share/xchat\" -c ./pixmaps.c
pixmaps.c: In function `pixmaps_init':
pixmaps.c:82: `aboutpng' undeclared (first use in this function)
pixmaps.c:82: (Each undeclared identifier is reported only once
pixmaps.c:82: for each function it appears in.)
pixmaps.c:83: `bookpng' undeclared (first use in this function)
pixmaps.c:84: `xchatpng' undeclared (first use in this function)
pixmaps.c:88: `purplepng' undeclared (first use in this function)
pixmaps.c:92: `redpng' undeclared (first use in this function)
pixmaps.c:96: `oppng' undeclared (first use in this function)
pixmaps.c:100: `hoppng' undeclared (first use in this function)
pixmaps.c:104: `voicepng' undeclared (first use in this function)
make[3]: *** [pixmaps.o] Error 1
make[3]: Leaving directory `/root/tools/xchat-2.0.1/src/fe-gtk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/tools/xchat-2.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/tools/xchat-2.0.1'
make: *** [all] Error 2[/code:1]
看看是怎么回事?