[Webkit-unassigned] [Bug 126329] New: JavaScriptCore/JSCallbackFunction.h is missing in tarball
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 30 22:18:41 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126329
Summary: JavaScriptCore/JSCallbackFunction.h is missing in
tarball
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jeremyhu at apple.com
The webkit-gtk tarball is missing JavaScriptCore/JSCallbackFunction.h which causes the build to fail. This is the case with 2.2.2 and 2.2.3
In file included from Source/JavaScriptCore/runtime/JSGlobalObject.cpp:83:
./Source/JavaScriptCore/API/ObjCCallbackFunction.h:32:9: fatal error: 'JavaScriptCore/JSCallbackFunction.h' file not found
#import <JavaScriptCore/JSCallbackFunction.h>
^
To work around this, we're setting JSC_OBJC_API_ENABLED 0
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list