aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: I can't compile aMule CVS  (Read 2623 times)

pukyxd

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 59
    • http://www.paretux.org
I can't compile aMule CVS
« on: April 14, 2004, 11:38:31 PM »

When I go to compile aMule CVS of today 20040414 I can't compile it. Always I could compile.
The error is this:

_CRYPTO_MDK_SUSE_FC__  -g   -MT amulecmd-ECSocket.o -MD -MP -MF ".deps/amulecmd-ECSocket.Tpo" \
  -c -o amulecmd-ECSocket.o `test -f 'ECSocket.cpp' || echo './'`ECSocket.cpp; \then mv -f ".deps/amulecmd-ECSocket.Tpo" ".deps/amulecmd-ECSocket.Po"; \
else rm -f ".deps/amulecmd-ECSocket.Tpo"; exit 1; \
fi
g++  -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__  -g     -o amulecmd  amulecmd-TextClient.o amulecmd-MD5Sum.o amulecmd-ECSocket.o -pthread -L/usr/X11R6/lib -lwx_gtk2-2.4 -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lcryptopp
/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/pukyxd/tmp/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pukyxd/tmp/amule-cvs'
make: *** [all] Error 2


what's the problem? what i'm doing bad¿
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: I can't compile aMule CVS
« Reply #1 on: April 14, 2004, 11:47:51 PM »

1st thing, i see u use wxgtk linked against gtk2 ;)

2nd thing, the anon cvs is a bit out of date .. use better rc2 ;)

greets

lennynero

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 29
make of rc2...
« Reply #2 on: April 16, 2004, 02:32:25 AM »

i have a similar problem of pukyxd, but i tried to compile rc2, with ./configure --prefix=/usr --disable-gtk2 --enable-timedate --enable-gui --enable-protocol --enable-http --enable-ftp --enable-resources --enable-prologio --disable-debug --enable-final --enable-timer --with-gtk --disable-profile; but at the make i have this
.
.
.
ClientCredits.h:155: syntax error before `::' token
BaseClient.cpp: In member function `void CUpDownClient::Init()':
BaseClient.cpp:210: no matching function for call to `wxIPV4address::IPAddress(
   )'
BaseClient.cpp: In member function `bool
   CUpDownClient::ProcessHelloTypePacket(CSafeMemFile*)':
BaseClient.cpp:516: no matching function for call to `wxIPV4address::IPAddress(
   )'
BaseClient.cpp: In member function `void CUpDownClient::SendHelloPacket()':
BaseClient.cpp:624: no matching function for call to `wxIPV4address::IPAddress(
   )'
BaseClient.cpp:1578:10: warning: #warning ADDME - Import needed
make[2]: *** [amule-BaseClient.o] Error 1
make[2]: Leaving directory `/home/lenny/appz/mule/aMule-2.0.0rc2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lenny/appz/mule/aMule-2.0.0rc2'
make: *** [all] Error 2

what i car do now?(old rmp was ok...)
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: I can't compile aMule CVS
« Reply #3 on: April 16, 2004, 08:55:03 AM »

hi, the compilation flags u posted above are for wxgtk, not for amule

take a look here plz -> http://www.amule.org/amule/howto.php

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: I can't compile aMule CVS
« Reply #4 on: April 16, 2004, 02:30:04 PM »

and you're using wxgtk 2.4.1
Logged