Following the "Install from Sources" wiki entry, wxGTK install went fine, wxBase install went fine, but when I reach the make stage of the aMule install, this happens:
username@linux:~/temp/aMule-2.0.0rc8> make
make all-recursive
make[1]: Entering directory `/home/username/temp/aMule-2.0.0rc8'
Making all in m4
make[2]: Entering directory `/home/username/temp/aMule-2.0.0rc8/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/username/temp/aMule-2.0.0rc8/m4'
Making all in intl
make[2]: Entering directory `/home/username/temp/aMule-2.0.0rc8/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/username/temp/aMule-2.0.0rc8/intl'
Making all in po
make[2]: Entering directory `/home/username/temp/aMule-2.0.0rc8/po'
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: cannot stat `t-en_GB.gmo': No such file or directory
make[2]: *** [en_GB.gmo] Error 1
make[2]: Leaving directory `/home/username/temp/aMule-2.0.0rc8/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/username/temp/aMule-2.0.0rc8'
make: *** [all] Error 2
Same thing for the latest CVS, btw.
What am I doing wrong?
SuSE 9.1, wxGTK-2.4.2, wxBase-2.4.2