|
以下是CONFIGURE时的
Build with Tcl support........ : yes
Build with Tk support......... : yes
Print debugging messages...... : no
Assertions are fatal.......... : no
Gaim will be installed in /usr/local/bin.
configure complete, now type 'make'
以下是MAKE时的
dbus-example.c: In function ‘plugin_load’:
dbus-example.c:117: error: implicit declaration of function ‘GAIM_DBUS_REGISTER_BINDINGS’
dbus-example.c:117: warning: nested extern declaration of ‘GAIM_DBUS_REGISTER_BINDINGS’
make[4]: *** [dbus-example.lo] Error 1
make[4]: Leaving directory `/root/gaim-2.0.0beta4/libgaim/plugins'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/gaim-2.0.0beta4/libgaim/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/gaim-2.0.0beta4/libgaim'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gaim-2.0.0beta4'
make: *** [all] Error 2 |
|