You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Martin Hauner <ma...@gmx.net> on 2006/01/08 15:16:35 UTC

build_locale.bat

I think there is something about the locale build on windows that seems to be
wrong.

the build_local.bat goes like this:

cd ..\..\subversion\po
mkdir ..\..\%1\mo
echo Running msgfmt on de.po...
python ..\..\build\strip-po-charset.py de.po de.spo
if not errorlevel 0 goto err
msgfmt.exe -c -o ..\..\%1\mo\de.mo de.spo
if not errorlevel 0 goto err
del de.spo

Because of the -c option gettext warns about the removed charset info and stops,
ie. it does NOT write the mo file. If i remove the -c option it still prints the
warning but it writes the mo file.

Is it just me, or does this happen on others windows build too?

-- 
Martin

Subcommander, http://subcommander.tigris.org
a cross platform Win32/Unix/MacOSX subversion gui client & diff/merge tool.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org