[Webkit-unassigned] [Bug 14744] Cross-compilation broken by recent pcre change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 03:19:50 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14744





------- Comment #2 from koen at openembedded.org  2007-07-25 03:19 PDT -------
I worked around this with:

--- packages/webkit/webkit/WebKit.pro  
63fd1bd947de2d3abe6a011685e6173bf0a804e1
+++ packages/webkit/webkit/WebKit.pro  
c4db9377c267835f4ec934a4d53207e26c25b99c
@@ -1,9 +1,8 @@ SUBDIRS += \
 TEMPLATE = subdirs
 CONFIG += ordered
 !gdk-port:CONFIG += qt-port
 qt-port:SUBDIRS += WebKitQt/Plugins
 SUBDIRS += \
-        JavaScriptCore/pcre/dftables.pro \
         WebCore \
         JavaScriptCore/kjs/testkjs.pro

and doing

        cd ${S}/JavaScriptCore/pcre 
        ${BUILD_CC} dftables.c -o dftables -I. -I../wtf
        cp dftables ${S}/WebKitBuilds/Debug/JavaScriptCore/pcre/tmp/

before starting (q)make


-- 
Configure bugmail: http://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