Thanks for suggestion: I had some old wx file in /usr/local.
Now, running compile, I correctly have
Which libraries should aMule use?
wxWindows 2.4.2
GTK 1.2.10
BUT I CAN'T JUST COMPILE!!!!
I have the same behaviour:
[root@poincare aMule-1.2.4]# make
make all-recursive
make[1]: Entering directory `/usr/local/src/aMule-1.2.4'
Making all in .
make[2]: Entering directory `/usr/local/src/aMule-1.2.4'
make[2]: Leaving directory `/usr/local/src/aMule-1.2.4'
Making all in m4
make[2]: Entering directory `/usr/local/src/aMule-1.2.4/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/aMule-1.2.4/m4'
Making all in intl
make[2]: Entering directory `/usr/local/src/aMule-1.2.4/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/aMule-1.2.4/intl'
Making all in po
make[2]: Entering directory `/usr/local/src/aMule-1.2.4/po'
: --update fr.po amule.pot
rm -f fr.gmo && : -c --statistics -o fr.gmo fr.po
mv: can't stat source t-fr.gmo
make[2]: *** [fr.gmo] Error 1
make[2]: Leaving directory `/usr/local/src/aMule-1.2.4/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/aMule-1.2.4'
make: *** [all] Error 2
I look at the make file and seems that I haven't some file:
118 .po.gmo:
119 @lang=`echo $* | sed -e 's,.*/,,'`; \
120 test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
121 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
122 cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
I think that the error I get is in line 122.
I don't have any t_${lang}.gmo file in po/ directory (I don't know if there should be some)
I have downloaded source file from this site, following the link in the download page.
Thanks in advance