aMule Forum
English => aMule Help => Topic started by: pukyxd 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¿
-
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
-
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...)
-
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
-
and you're using wxgtk 2.4.1