erikc
10-06-2004, 19:20
Ciao a tutti, vi espongo il mio problema:
ho scaricato il programma gnome-bluetooth, e ho tentato di installarlo dai sorgenti, dato ke il pakketto bello pronto per slackware nn sono riuscito a trovarlo. Quindi dai sorgenti, dopo aver dato ./configure ho compilato con make e questo è l'errore ke mi ha dato:
.....
.....
-g -O2 -Wall -MT eggtoolbar.lo -MD -MP -MF .deps/eggtoolbar.Tpo -c eggtoolbar.c -fPIC -DPIC -o .libs/eggtoolbar.lo
eggtoolbar.c:2078: syntax error before "GtkToolbarChildType"
eggtoolbar.c: In function `egg_toolbar_append_element':
eggtoolbar.c:2086: number of arguments doesn't match prototype
eggtoolbar.h:205: prototype declaration
eggtoolbar.c:2087: `toolbar' undeclared (first use in this function)
eggtoolbar.c:2087: (Each undeclared identifier is reported only once
eggtoolbar.c:2087: for each function it appears in.)
eggtoolbar.c:2087: `type' undeclared (first use in this function)
eggtoolbar.c:2087: `widget' undeclared (first use in this function)
eggtoolbar.c:2087: `text' undeclared (first use in this function)
eggtoolbar.c:2088: `tooltip_text' undeclared (first use in this function)
eggtoolbar.c:2088: `tooltip_private_text' undeclared (first use in this function)
eggtoolbar.c:2089: `icon' undeclared (first use in this function)
eggtoolbar.c:2089: `callback' undeclared (first use in this function)
eggtoolbar.c:2089: `user_data' undeclared (first use in this function)
eggtoolbar.c: At top level:
eggtoolbar.c:2095: syntax error before "GtkToolbarChildType"
eggtoolbar.c: In function `egg_toolbar_prepend_element':
eggtoolbar.c:2103: number of arguments doesn't match prototype
eggtoolbar.h:215: prototype declaration
eggtoolbar.c:2104: `toolbar' undeclared (first use in this function)
eggtoolbar.c:2104: `type' undeclared (first use in this function)
eggtoolbar.c:2104: `widget' undeclared (first use in this function)
eggtoolbar.c:2104: `text' undeclared (first use in this function)
eggtoolbar.c:2105: `tooltip_text' undeclared (first use in this function)
eggtoolbar.c:2105: `tooltip_private_text' undeclared (first use in this function)
eggtoolbar.c:2106: `icon' undeclared (first use in this function)
eggtoolbar.c:2106: `callback' undeclared (first use in this function)
eggtoolbar.c:2106: `user_data' undeclared (first use in this function)
eggtoolbar.c: In function `egg_toolbar_internal_insert_element':
eggtoolbar.c:2217: `GTK_TOOLBAR_CHILD_SPACE' undeclared (first use in this function)
.deps/eggtoolbar.Tpo: Permission denied
make[5]: *** [eggtoolbar.lo] Error 1
make[5]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1/libegg/libegg/toolbar'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1/libegg/libegg'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1/libegg'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1/libegg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1'
make: *** [all] Error 2
qualcuno può darmi una dritta....gli sarei molto grato?!?!?
....
by EriKc
ho scaricato il programma gnome-bluetooth, e ho tentato di installarlo dai sorgenti, dato ke il pakketto bello pronto per slackware nn sono riuscito a trovarlo. Quindi dai sorgenti, dopo aver dato ./configure ho compilato con make e questo è l'errore ke mi ha dato:
.....
.....
-g -O2 -Wall -MT eggtoolbar.lo -MD -MP -MF .deps/eggtoolbar.Tpo -c eggtoolbar.c -fPIC -DPIC -o .libs/eggtoolbar.lo
eggtoolbar.c:2078: syntax error before "GtkToolbarChildType"
eggtoolbar.c: In function `egg_toolbar_append_element':
eggtoolbar.c:2086: number of arguments doesn't match prototype
eggtoolbar.h:205: prototype declaration
eggtoolbar.c:2087: `toolbar' undeclared (first use in this function)
eggtoolbar.c:2087: (Each undeclared identifier is reported only once
eggtoolbar.c:2087: for each function it appears in.)
eggtoolbar.c:2087: `type' undeclared (first use in this function)
eggtoolbar.c:2087: `widget' undeclared (first use in this function)
eggtoolbar.c:2087: `text' undeclared (first use in this function)
eggtoolbar.c:2088: `tooltip_text' undeclared (first use in this function)
eggtoolbar.c:2088: `tooltip_private_text' undeclared (first use in this function)
eggtoolbar.c:2089: `icon' undeclared (first use in this function)
eggtoolbar.c:2089: `callback' undeclared (first use in this function)
eggtoolbar.c:2089: `user_data' undeclared (first use in this function)
eggtoolbar.c: At top level:
eggtoolbar.c:2095: syntax error before "GtkToolbarChildType"
eggtoolbar.c: In function `egg_toolbar_prepend_element':
eggtoolbar.c:2103: number of arguments doesn't match prototype
eggtoolbar.h:215: prototype declaration
eggtoolbar.c:2104: `toolbar' undeclared (first use in this function)
eggtoolbar.c:2104: `type' undeclared (first use in this function)
eggtoolbar.c:2104: `widget' undeclared (first use in this function)
eggtoolbar.c:2104: `text' undeclared (first use in this function)
eggtoolbar.c:2105: `tooltip_text' undeclared (first use in this function)
eggtoolbar.c:2105: `tooltip_private_text' undeclared (first use in this function)
eggtoolbar.c:2106: `icon' undeclared (first use in this function)
eggtoolbar.c:2106: `callback' undeclared (first use in this function)
eggtoolbar.c:2106: `user_data' undeclared (first use in this function)
eggtoolbar.c: In function `egg_toolbar_internal_insert_element':
eggtoolbar.c:2217: `GTK_TOOLBAR_CHILD_SPACE' undeclared (first use in this function)
.deps/eggtoolbar.Tpo: Permission denied
make[5]: *** [eggtoolbar.lo] Error 1
make[5]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1/libegg/libegg/toolbar'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1/libegg/libegg'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1/libegg'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1/libegg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matrix/Bluetooth/gnome-bluetooth-0.4.1'
make: *** [all] Error 2
qualcuno può darmi una dritta....gli sarei molto grato?!?!?
....
by EriKc