Summary: | Cross-compilation broken by recent pcre change | ||
---|---|---|---|
Product: | WebKit | Reporter: | Koen Kooi <koen> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | barraclough, zecke |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Description
Koen Kooi
2007-07-24 03:55:36 PDT
As I said in the starting comment: "WebkitGdk did work brilliantly on my arm devices before this cset." So tagging it with 'QT' is useless 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 Is this still an issue? See also Bug 16818. We no longer use PCRE, I don't believe this bug can still be live. |