aMule Forum
English => Multiplatform => Win32 => Topic started by: GonoszTopi on May 29, 2006, 12:49:20 AM
-
The currently released sources cannot be compiled on Windows. Here's the patch to fix it.
Apply with "patch -p0 < r6786.diff" (without the quotation marks) from the aMule-2.1.2 directory.
-
i got an error while compiling po/ files...
this is the error line:
mv: cannot stat 't-en_GB.gmo': No such file or directory
i think it is caused by this source code(po/Makefile.in.in[68]):
cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
and the $(GMSGFMT) seems to be empty....
in Makefile it is set like "GMSGFMT = :" infact in che echo of po/Makefile.in.in[67]:
echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
this echo print "rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po"
...why i havent a compiler..:( someone can help me?
-
install gettext
-
wau :baby:, thank u so much for your speed, with gettext aMule compilation is ok.