aMule Forum
English => Multiplatform => Mac OSX => Topic started by: Nolanistic on April 19, 2004, 02:48:23 PM
-
I keep trying to compile amule and I get this
cp ./libgnuintl.h libintl.h
/bin/sh ./config.charset 'powerpc-apple-darwin7.3.0' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/amule/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/amule/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in po
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: rename t-en_GB.gmo to en_GB.gmo: No such file or directory
make[2]: *** [en_GB.gmo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I'm using this configure command:
./configure --disable-gsocket --disable-systray --disable-gtk --with-wx-prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config --with-crypto-prefix=/Users/`whoami`/amule
I think it has to do with my lack of GTK. Should I install?
-
you lack some i18n tools, probably autopiot, getext etc
greets
-
Try installing the gettext package via fink (fink.sourceforge.net) or compile it yourself from the most recent sources (the fink package is quite old and useless when you try the cvs versions).
Cheers, Sarge
PS: are you sure that --with-crypto-prefix is set to the correct directory? 'whoami' with the quotes seems plain wrong to me. If you're unsure try to enter /Users/w and then use the tabulator key to insert the correct path name.