Pagina 1 di 1

compilazione d4x

Inviato: mar 30 mar 2004, 16:48
da s0ftland3r
Salve a tutti, sono nuovo del forum e ne approfitto per fare i complimenti a chi gestisce questo ottimo sito.
<BR>
<BR>Uso slackware dalla versione 3.0...
<BR>
<BR>Durante la compilazione di d4x 2.5.0rc2, tramite il file d4x.SlackBuild scaricato dal vostro sito, ricevo il seguente output che interrompe quasi subito il "make":
<BR>
<BR>make all-recursive
<BR>make[1]: Entering directory `/tmp/d4x-2.5.0rc2´
<BR>Making all in DOC
<BR>make[2]: Entering directory `/tmp/d4x-2.5.0rc2/DOC´
<BR>make[2]: Nothing to be done for `all´.
<BR>make[2]: Leaving directory `/tmp/d4x-2.5.0rc2/DOC´
<BR>Making all in intl
<BR>make[2]: Entering directory `/tmp/d4x-2.5.0rc2/intl´
<BR>make[2]: Nothing to be done for `all´.
<BR>make[2]: Leaving directory `/tmp/d4x-2.5.0rc2/intl´
<BR>Making all in main
<BR>make[2]: Entering directory `/tmp/d4x-2.5.0rc2/main´
<BR>Making all in face
<BR>make[3]: Entering directory `/tmp/d4x-2.5.0rc2/main/face´
<BR>if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -include ../../config.h -O2 -MT about.o -MD -MP -MF ".deps/about.Tpo" \
<BR> -c -o about.o `test -f ´about.cc´ || echo ´./´`about.cc; \
<BR>then mv -f ".deps/about.Tpo" ".deps/about.Po"; \
<BR>else rm -f ".deps/about.Tpo"; exit 1; \
<BR>fi
<BR>about.cc: In function `void init_about_window(...)´:
<BR>about.cc:220: error: `gtk_timeout_add´ undeclared (first use this function)
<BR>about.cc:220: error: (Each undeclared identifier is reported only once for each
<BR> function it appears in.)
<BR>make[3]: *** [about.o] Error 1
<BR>make[3]: Leaving directory `/tmp/d4x-2.5.0rc2/main/face´
<BR>make[2]: *** [all-recursive] Error 1
<BR>make[2]: Leaving directory `/tmp/d4x-2.5.0rc2/main´
<BR>make[1]: *** [all-recursive] Error 1
<BR>make[1]: Leaving directory `/tmp/d4x-2.5.0rc2´
<BR>make: *** [all] Error 2
<BR>
<BR>Il mio sistema è slack 9.1 aggiornata a current tramite swaret 1.6.2 il 29 marzo 2004.
<BR>
<BR>Grazie per l´aiuto...<br>

compilazione d4x

Inviato: mer 14 apr 2004, 2:46
da pinguinosn
Con la slack-current questo pkg non compila,
<BR>penso ad un problema con le GTK.
<BR>Per l´errore da te descritto si può risolvere
<BR>togliendo GTK_DISABLE_DEPRECATED
<BR>dal file config.h.in ,ma poi non si arriva a fine compilazione
<BR>comunque.
<BR>ciao<br>

compilazione d4x

Inviato: mer 14 apr 2004, 12:52
da Loris
Giusto, sono le GTK 2.4.0 la causa del problema.
<BR>http://www.krasu.ru/soft/chuchelo/forum ... ge=1276<br>

compilazione d4x

Inviato: mer 14 apr 2004, 17:13
da pinguinosn
per compilare d4x con le gtk 2.4.0 (slack-current)
<BR>usate la patch che trovate a questo indirizzo:
<BR>http://den.tourinfo.ru/pack/d4x/Fedora2/
<BR>ciao
<BR><br>