On 28.11.2011 01:54, Uwe Stöhr wrote:
Am 28.11.2011 01:50, schrieb Uwe Stöhr:
After some fiddling I got it to compile.
There is one warning when compiling the po-files:
CUSTOMBUILD : cygwin warning :
[D:\LyXSVN\lyx-devel\compile-result\po\translations.vcxproj]
MS-DOS style path detected: D:/LyXSVN/lyx-devel/compile-result/po/fi.po
Preferred POSIX equivalent is:
/cygdrive/d/LyXSVN/lyx-devel/compile-result/
po/fi.po
CYGWIN environment variable option "nodosfilewarning" turns off this
warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
I had the same problem with SCons and did not find a solution tom get rid of
this. Any idea?
"CYGWIN environment variable option "nodosfilewarning" turns off this warning."
The environment varable helps:
set cygwin=nodosfilewarning
or add it globally.
regards Uwe