Bug 33658
Summary: | [Qt] build-webkit doesn't work on Symbian | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Hausmann <hausmann> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | george.guo, jturcotte, laszlo.gombos |
Priority: | P3 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | OS X 10.5 |
Simon Hausmann
Comment from George Guo:
The version 53194 which included all these changes did not build on QtS60.
Here is the error message:
L:\WebKit\WebKitTools\Scripts>perl build-webkit --qt --debug --minimal
Generating derived sources
Calling 'qmake -r DEFINES+=ENABLE_CHANNEL_MESSAGING=0
DEFINES+=ENABLE_DATABASE=0
DEFINES+=ENABLE_DATALIST=0 DEFINES+=ENABLE_DOM_STORAGE=0
DEFINES+=ENABLE_EVENTS
OURCE=0 DEFINES+=ENABLE_FILTERS=0 DEFINES+=ENABLE_ICONDATABASE=0
DEFINES+=ENABLE
_JAVASCRIPT_DEBUGGER=0 DEFINES+=ENABLE_OFFLINE_WEB_APPLICATIONS=0
DEFINES+=ENABL
E_SHARED_WORKERS=0 DEFINES+=ENABLE_SVG=0 DEFINES+=ENABLE_SVG_ANIMATION=0
DEFINES
+=ENABLE_SVG_AS_IMAGE=0 DEFINES+=ENABLE_SVG_FONTS=0
DEFINES+=ENABLE_SVG_FOREIGN_
OBJECT=0 DEFINES+=ENABLE_SVG_USE=0 DEFINES+=ENABLE_VIDEO=0
DEFINES+=ENABLE_WEB_S
OCKETS=0 DEFINES+=ENABLE_WORKERS=0 DEFINES+=ENABLE_XPATH=0
DEFINES+=ENABLE_XSLT=
0 -r L:/WebKit/DerivedSources.pro CONFIG-=release CONFIG+=debug' in
L:\WebKit\We
bKitBuild\Debug
Reading L:/WebKit/JavaScriptCore/DerivedSources.pro
[L:/WebKit/WebKitBuild/Debug
/JavaScriptCore]
Reading L:/WebKit/WebCore/DerivedSources.pro
[L:/WebKit/WebKitBuild/Debug/WebCor
e]
Calling 'make -f Makefile.DerivedSources.Debug generated_files' in
L:\WebKit\We
bKitBuild\Debug/JavaScriptCore
make: Makefile.DerivedSources.Debug: No such file or directory
make: *** No rule to make target `Makefile.DerivedSources.Debug'. Stop.
make: Entering directory `L:/WebKit/WebKitBuild/Debug/JavaScriptCore'
make: Leaving directory `L:/WebKit/WebKitBuild/Debug/JavaScriptCore'
Failed to generate JavaScriptCore's derived sources!
On Symbian the name of the generated Makefile does not include the "Debug" suffix.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Hausmann
Committed r53266: <http://trac.webkit.org/changeset/53266>