[webkit-help] WebKit Build Failed: cannot open file 'JavaScriptCore.lib'

Brent Fulgham bfulgham at gmail.com
Thu May 20 12:46:20 PDT 2010


Hi Rick,

On Thu, May 20, 2010 at 10:35 AM, Rick Xu <rick.zhi.xu at gmail.com> wrote:
> It seems that, the JavaScriptCore.lib is not in the lib folder. I am
> wondering if "JavaScriptCore.lib" is generated automatically? and why
> there is such a error, and how can I solve it.

I just checked in a fix for this.  Basically, the Debug targets for
the WinCairo port append a "_debug" suffix to the libraries and DLLs
it produces so that they can live in the same directory.  The normal
Apple targets do not, so when WebKitAPITest was added, this broke the
WinCairo build.

Please update and your problem should be resolved.

-Brent


More information about the webkit-help mailing list