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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 1 14:29:51 PST 2008


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





------- Comment #8 from eric at webkit.org  2008-12-01 14:29 PDT -------
(In reply to comment #5)
> (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
> 

Yeah.  Turns out that cygwin shells actually understand this amazingly strange
path just fine.  And scons seems to understand it OK in some parts but not in
others.  Scons is actually constructing this path internally.  I've notified
the scons guys and they intend to fix all of scon's cygwin support at some
point. :(


-- 
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