[Webkit-unassigned] [Bug 22569] build-webkit --chromium fails on windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 1 13:11:13 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22569





------- Comment #5 from ddkilzer at webkit.org  2008-12-01 13:11 PDT -------
(In reply to comment #1)
> If you're curious as to the latest error with cygwin python + scons + msvc:
> 
> [12031:JavaScriptCore]% scons                                                  
>                                     
> [/cygdrive/c/Projects/WebKit/JavaScriptCore]
> scons: Reading SConscript files ...
> scons: done reading SConscript files.
> scons: Building targets ...
> scons: *** Implicit dependency `\Program Files\Microsoft Visual Studio
> 8/VC/bin/cl' not found, needed by target `API/JSBase.obj'.  Stop.
> scons: building terminated because of errors.

It looks like the path is a mix of backslashes (\) and forward slashes (/). 
Have you tried using "cygpath" on one (or the other) to convert the paths
to/from DOS format?

http://www.cygwin.com/cygwin-ug-net/using-utils.html#cygpath


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list