I cannot fathom this one out. I see errors like this:

cat: cannot open file /dev/fs/U/home/JEvans/WebKit/Source/WebCore/css/CSSValueKeywords.in: No such file or directory cp: /dev/fs/U/home/JEvans/WebKit/Source/WebCore/bindings/scripts/CodeGenerator.pm: No such file or directory

The files do exist, it seems that both cat and cp dislike the /dev/fs/u section of the path. Other part of the offending script use this form:

cat /home/JEvans/WebKit/Source/WebCore/css/CSSValueKeywords.in > CSSValueKeywords.in

which works (!)

The questions that arise are:

1. Where are these command lines created? cannot see anything in the relevant WebCoreGenerated project files. 2. Do I need to do anything special in Cygwin to get it to recognize /dev/fs ?

Thanks

Jerry.


_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to