[Webkit-unassigned] [Bug 20156] [Qt] build failure after r35293

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 24 16:02:25 PDT 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22461|review?                     |review-
               Flag|                            |




------- Comment #2 from eric at webkit.org  2008-07-24 16:02 PDT -------
(From update of attachment 22461)
Can't do that:
-#include <JavaScriptCore/JSBase.h>
-#include <JavaScriptCore/JSValueRef.h>
+#include "JSBase.h"
+#include "JSValueRef.h"


You'll have to use some sort of ForwardingHeaders solution on linux.  See
JavaScriptCore/ForwardingHeaders or WebCore/ForwardingHeaders


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