aMule Forum

English => Compilation problems => Topic started by: abb80 on November 18, 2011, 04:17:46 AM

Title: error compiling the last version
Post 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?
Title: Re: error compiling the last version
Post by: GonoszTopi on November 18, 2011, 02:34:15 PM
You need 'autopoint' which probably is in the 'gettext-tools' package.
Title: Re: error compiling the last version
Post by: abb80 on November 18, 2011, 06:24:55 PM
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?
Title: Re: error compiling the last version
Post by: Stu Redman on November 18, 2011, 08:16:47 PM
What do you mean with "port of wxwidgets"?
What is your distro?
Title: Re: error compiling the last version
Post by: abb80 on November 19, 2011, 12:35:33 AM
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
Title: Re: error compiling the last version
Post by: GonoszTopi on November 19, 2011, 08:44:44 AM
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?
Title: Re: error compiling the last version
Post by: Stu Redman on November 19, 2011, 11:10:37 AM
http://wiki.amule.org/index.php/HowTo_Compile_In_Ubuntu
Title: Re: error compiling the last version
Post by: Axl_Mas on December 03, 2011, 10:35:30 AM
[
Code: [Select]
   (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!!!
Title: Re: error compiling the last version
Post by: Stu Redman on December 03, 2011, 11:30:41 AM
You are having problems compiling wx? How did you configure it, and what was its output?
Title: Re: error compiling the last version
Post by: Axl_Mas on December 06, 2011, 03:21:44 PM
Now it works.
Configure without  --without-subdirs and make install.
If i follow the guide am error, but now amule works very well!