aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule-1.2.6 compliling error  (Read 2152 times)

e-deby

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
    • http://www.x2board.org
amule-1.2.6 compliling error
« on: March 25, 2004, 06:37:47 PM »

Hi

I tried to compile the latest stable version, but I have an error :

Quote
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
819 translated messages, 3 untranslated messages.
rm -f ko.gmo && /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
355 translated messages, 104 untranslated messages.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
764 translated messages.
rm -f ee.gmo && /usr/bin/msgfmt -c --statistics -o ee.gmo ee.po
351 translated messages, 108 untranslated messages.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
456 translated messages.
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
389 translated messages, 375 untranslated messages.
rm -f es_MX.gmo && /usr/bin/msgfmt -c --statistics -o es_MX.gmo es_MX.po
348 translated messages, 111 untranslated messages.
rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
611 translated messages.
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
514 translated messages, 263 untranslated messages.
rm -f eu.gmo && /usr/bin/msgfmt -c --statistics -o eu.gmo eu.po
777 translated messages.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
389 translated messages, 70 untranslated messages.
make[2]: Leaving directory `/home/e-deby/aMule-1.2.6/po'
Making all in src
make[2]: Entering directory `/home/e-deby/aMule-1.2.6/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_C                                             HECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -O3 -march=i686   -                                             g   -MT amulecmd-TextClient.o -MD -MP -MF ".deps/amulecmd-TextClient.Tpo" \
  -c -o amulecmd-TextClient.o `test -f 'TextClient.cpp' || echo './'`TextClient.                                             cpp; \
then mv ".deps/amulecmd-TextClient.Tpo" ".deps/amulecmd-TextClient.Po"; \
else rm -f ".deps/amulecmd-TextClient.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_C                                             HECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -O3 -march=i686   -                                             g   -MT amulecmd-MD5Sum.o -MD -MP -MF ".deps/amulecmd-MD5Sum.Tpo" \
  -c -o amulecmd-MD5Sum.o `test -f 'MD5Sum.cpp' || echo './'`MD5Sum.cpp; \
then mv ".deps/amulecmd-MD5Sum.Tpo" ".deps/amulecmd-MD5Sum.Po"; \
else rm -f ".deps/amulecmd-MD5Sum.Tpo"; exit 1; \
fi
g++  -O3 -march=i686   -g     -o amulecmd  amulecmd-TextClient.o amulecmd-MD5Sum                                             .o -pthread -lwx_gtk2-2.4 -L/usr/lib -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -                                             ldl -lz
/usr/lib/libwx_gtk2-2.4.so: undefined reference to `_gtk_accel_group_detach'
/usr/lib/libwx_gtk2-2.4.so: undefined reference to `_gtk_accel_group_attach'
/usr/lib/libwx_gtk2-2.4.so: undefined reference to `_gtk_rc_context_get_default_                                             font_name'
collect2: ld returned 1 exit status
make[2]: *** [amulecmd] Error 1
make[2]: Leaving directory `/home/e-deby/aMule-1.2.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/e-deby/aMule-1.2.6'
make: *** [all] Error 2
bash-2.05b$  

I have no error on configure, and I'm using GTK+-2.4.0
If someone can help me, thank to him
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: amule-1.2.6 compliling error
« Reply #1 on: March 25, 2004, 07:29:58 PM »

hi,

1st - don't use gtk2.. your wxGTK must be linked against gtk1
2nd - u need wxBase too, if u want to use amulecmd

greets