aMule Forum
English => Compilation problems => Topic started by: abb80 on November 18, 2011, 04:17:46 AM
-
hello,
i'm trying to compile the last version, i have the last version of gettext but when i execute ./configure i recive this message
http://pastebin.com/rd7TVKt6
i have this version of gettext: gettext (GNU gettext-runtime) 0.18.1
someone can help me?
-
You need 'autopoint' which probably is in the 'gettext-tools' package.
-
yes, the autopoint package, now i have an error when is linking amule:
http://pastebin.com/QxPbb5rb
i have the port of wxwidgets installed, could be this the mistake?
-
What do you mean with "port of wxwidgets"?
What is your distro?
-
i have ubuntu 11.10, i compiled this package http://sourceforge.net/projects/wxwindows/files/2.8.12/wxGTK-2.8.12.tar.gz/download i tried to compile wxWidgets-2.8.12.tar.gz but i could not
-
i have ubuntu 11.10, i compiled this package http://sourceforge.net/projects/wxwindows/files/2.8.12/wxGTK-2.8.12.tar.gz/download i tried to compile wxWidgets-2.8.12.tar.gz but i could not
Now you did compile it or just tried to compile it?
-
http://wiki.amule.org/index.php/HowTo_Compile_In_Ubuntu
-
[
(cd /home/axl/amule/wx/lib/; rm -f libwx_gtk2u_richtext-2.8.so libwx_gtk2u_richtext-2.8.so.0; ln -s libwx_gtk2u_richtext-2.8.so.0.8.0 libwx_gtk2u_richtext-2.8.so.0; ln -s libwx_gtk2u_richtext-2.8.so.0 libwx_gtk2u_richtext-2.8.so)
(if test -d utils/wxrc ; then cd utils/wxrc && make all ; fi)
make[1]: Entering directory `/home/axl/amule/wx/utils/wxrc'
make[1]: *** No rule to make target `all'. Stop.
make[1]: Leaving directory `/home/axl/amule/wx/utils/wxrc'
make: *** [wxrc] Error 2
I follow the guide but when i do "make" i have this error :(
Ubuntu 11.10 64 bit.
With wx 2.9 i'am able to do make, to compile amule, but when i try to start the program i have an error.
Please help me i want to compile the new amule 2.3.1!!!
-
You are having problems compiling wx? How did you configure it, and what was its output?
-
Now it works.
Configure without --without-subdirs and make install.
If i follow the guide am error, but now amule works very well!