Bug 33658 - [Qt] build-webkit doesn't work on Symbian
Summary: [Qt] build-webkit doesn't work on Symbian
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-01-14 01:40 PST by Simon Hausmann
Modified: 2010-01-14 06:53 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2010-01-14 01:40:46 PST
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.
Comment 1 Simon Hausmann 2010-01-14 06:53:32 PST
Committed r53266: <http://trac.webkit.org/changeset/53266>