[Webkit-unassigned] [Bug 140171] [WebKitGTK 2.4.7] Build freezes when using multiple jobs in parallel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 16 22:20:43 PST 2016


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

--- Comment #2 from Philip Chimento <philip.chimento at gmail.com> ---
I don't get it anymore on 2.4.9, so this can probably be closed.

Although I do get a different build failure which I didn't get the last time I build 2.4.9 (probably on OSX 10.9 or 10.10, this is now on 10.11.)

In file included from Source/JavaScriptCore/runtime/JSGlobalObject.cpp:100:
./Source/JavaScriptCore/API/ObjCCallbackFunction.h:32:9: fatal error: 
      'JavaScriptCore/JSCallbackFunction.h' file not found
#import <JavaScriptCore/JSCallbackFunction.h>
        ^

To fix, I changed line 32 of Source/JavaScriptCore/API/ObjCCallbackFunction.h to
#import <JSCallbackFunction.h>

Is this known to anyone else or should I open a new bug for it?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160117/6888e9d0/attachment.html>


More information about the webkit-unassigned mailing list