各位大侠,我在RH9.0下编译gppp-2.02
make时出现下面信息:
make all-recursive
make[1]: Entering directory `/root/gppp-0.2.2'
Making all in macros
make[2]: Entering directory `/root/gppp-0.2.2/macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/gppp-0.2.2/macros'
Making all in src
make[2]: Entering directory `/root/gppp-0.2.2/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/include/gnome-1.0 -DNEED_
GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/
glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/X11R6/includ
e -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr
/X11R6/include -g -O2 -Wall -Wunused -c mainwindow.c
In file included from mainwindow.c:34:
/usr/include/applet-widget.h:181: parse error before "applet_widget_init"
mainwindow.c: In function `mainwindow':
mainwindow.c:651: `applet_widget_remove' undeclared (first use in this function)
mainwindow.c:651: (Each undeclared identifier is reported only once
mainwindow.c:651: for each function it appears in.)
make[2]: *** [mainwindow.o] Error 1
make[2]: Leaving directory `/root/gppp-0.2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gppp-0.2.2'
make: *** [all-recursive-am] Error 2