-------- Message original -------- Sujet: Re: [Wormux-dev] Building wormux0.8b1 in ubuntu Date: Sun, 19 Aug 2007 14:10:35 +0200 De: Kurosu <[EMAIL PROTECTED]> Répondre à: Talk about development of Wormux. <wormux-dev@gna.org> Pour: Talk about development of Wormux. <wormux-dev@gna.org>
Matthieu Fertré a écrit : > Yours may be a little different but you have to be sure it does not > contain 't-bg'. Another potential problem could be that the 'bg.po' file > is corrupted/wrong, maybe you can remove 'bg' from po/LINGUAS and try again. I'm not sure it'll help. The faulty line is: cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c -o t-$${lang}.gmo \ $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo Here, lang=bg, the first of the iteration. For some reason, t-bg.gmo is not created by $(GMSGFMT). However, the command does exist (no "command not found"), returns a valid status ('&&') but does not create said file. I really don't understand what's happening. Something to do with: - Is msgfmt available ? - Is bg.po empty or absent ? - Are the access (write, ...) rights properly set in the folder for the user compiling ? Last possibility, run the command "make -d" in the po folder, and report the content. _______________________________________________ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev _______________________________________________ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev