|
|
我用的是fedora core 6
我想装一个xmms-1.2.10
./configure 正确
可是make 的时候出错:
Making all in ir
make[3]: Entering directory `/root/xms/xmms-1.2.10/General/ir'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xmms -I/usr/local/include/gtk-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -D_REENTRANT -I../../intl -I../.. -g -O2 -Wall -Wpointer-arith -finline-functions -ffast-math -funroll-all-loops -MT ir.lo -MD -MP -MF ".deps/ir.Tpo" \
-c -o ir.lo `test -f 'ir.c' || echo './'`ir.c; \
then mv -f ".deps/ir.Tpo" ".deps/ir.Plo"; \
else rm -f ".deps/ir.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xmms -I/usr/local/include/gtk-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -D_REENTRANT -I../../intl -I../.. -g -O2 -Wall -Wpointer-arith -finline-functions -ffast-math -funroll-all-loops -MT ir.lo -MD -MP -MF .deps/ir.Tpo -c ir.c -fPIC -DPIC -o ir.lo
ir.c:19: error: static declaration of 'keepGoing' follows non-static declaration
ir.h:53: error: previous declaration of 'keepGoing' was here
ir.c:22: error: static declaration of 'irapp_thread' follows non-static declaration
ir.h:52: error: previous declaration of 'irapp_thread' was here
make[3]: *** [ir.lo] 错误 1
make[3]: Leaving directory `/root/xms/xmms-1.2.10/General/ir'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/root/xms/xmms-1.2.10/General'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/xms/xmms-1.2.10'
make: *** [all] 错误 2
怎么搞定啊? |
|