|
|
最后几段是这样的
……………………
In file included from init.cpp:39:
main.h:11:1: warning: "_" redefined
In file included from ../libprozilla/src/netrc.h:26,
from ../libprozilla/src/prozilla.h:31,
from init.cpp:38:
../libprozilla/src/common.h:162:1: warning: this is the location of the previous definition
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 options.o -MD -MP -MF ".deps/options.Tpo" \
-c -o options.o `test -f 'options.cpp' || echo './'`options.cpp; \
then mv ".deps/options.Tpo" ".deps/options.Po"; \
else rm -f ".deps/options.Tpo"; exit 1; \
fi
In file included from options.cpp:29:
main.h:11:1: warning: "_" redefined
In file included from ../libprozilla/src/netrc.h:26,
from ../libprozilla/src/prozilla.h:31,
from main.h:7,
from options.cpp:29:
../libprozilla/src/common.h:162:1: warning: this is the location of the previous definition
options.cpp: In function ‘int pref_panel_set_values()’:
options.cpp:194: 错误:using typedef-name ‘proxy_type’ after ‘enum’
../libprozilla/src/prozilla.h:137: 错误:‘proxy_type’ 先前在此处有过声明
make[2]: *** [options.o] 错误 1
make[2]: Leaving directory `/root/Wayne/Downloads/prozgui-2.0.5beta.tar.bz2_FILE S/prozgui-2.0.5beta/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/Wayne/Downloads/prozgui-2.0.5beta.tar.bz2_FILE S/prozgui-2.0.5beta'
make: *** [all] 错误 2
是什么问题呢? |
|