Not quite:
msgfmt -V => crash! (it's the test in scons_utils.py)
msgfmt --version" => crash!
D:\cygwin\home\yns\lyx\trunk\po>msgfmt
msgfmt: no input file given
Try `(null) --help' for more information.
But if I do:
D:\cygwin\home\yns\lyx\trunk\po>msgfmt --help
Usage: (null) [OPTION] filename.po ...
...
-V, --version output version information and exit
--statistics print statistics about translations
-v, --verbose increase verbosity level
Report bugs to <[EMAIL PROTECTED]>.
So I guess it's a bug in my gettext package (from GnuWin32 project).
Could you change the check to "msgfmt --help" for now please?
Not a problem, msgfmt --help can check the existence of msgfmt. Then,
do you know how I should process the po files?
Please change msgfmt -V => --help in scons_utils.py and try again.
Bo