[RISOLTO] Installazione lopster 2.0
Inviato: mar 1 lug 2008, 19:08
Ciao,
stavo provando l'installazione di lopster 2.0 su slackware 12.1 ma il make mi riporta il seguente errore:
Possibili risoluzioni? gtk2 è correttamente installato.
Il ./configure non da errore, l'autogen.sh nemmeno ad eccetto di questo appunto:
che non sò come risolvere..
stavo provando l'installazione di lopster 2.0 su slackware 12.1 ma il make mi riporta il seguente errore:
Codice: Seleziona tutto
ui_support.c: In function 'ui_create_tool_button':
ui_support.c:363: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
ui_support.c:363: error: 'tips' undeclared (first use in this function)
ui_support.c:363: error: (Each undeclared identifier is reported only once
ui_support.c:363: error: for each function it appears in.)
ui_support.c:378: warning: implicit declaration of function 'gtk_rc_style_unref'
ui_support.c:388: warning: implicit declaration of function 'gtk_tooltips_new'
ui_support.c:389: warning: implicit declaration of function 'gtk_tooltips_set_tip'
ui_support.c: In function 'ui_create_section':
ui_support.c:778: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
ui_support.c:778: error: 'tips' undeclared (first use in this function)
ui_support.c: In function 'ui_create_expander_section':
ui_support.c:822: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
ui_support.c:822: error: 'tips' undeclared (first use in this function)
make[3]: *** [libgtk2_core_la-ui_support.lo] Error 1
make[3]: Leaving directory `/home//Desktop/lopster-2.0.0/lcore/gtk2_ui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home//Desktop/lopster-2.0.0/lcore'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home//Desktop/lopster-2.0.0'
make: *** [all] Error 2
Il ./configure non da errore, l'autogen.sh nemmeno ad eccetto di questo appunto:
Codice: Seleziona tutto
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.