Subject: | xgettext's -D option doesn't work on Win32 |
I'm running perl-5.8.7 on Windows XP.
If I create a directory called "dir" in C:\Temp and place an empty file called "file" in C:\Temp\dir and then run the command:
xgettext -D dir file
from C:\Temp then I get the error:
No such file or directory at C:/perl5/site/lib/Locale/Maketext/Extract.pm line 298.
I do not see any reason for this error. If I run the following command instead:
xgettext dir\file
then I do not get any error.
I tried the "long option" version instead:
xgettext --directory=dir file
but this gives the same error.