[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

build_locale.bat

From: Martin Hauner <martin.hauner_at_gmx.net>
Date: 2006-01-08 16:16:35 CET

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
Received on Sun Jan 8 16:19:41 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.