[Webkit-unassigned] [Bug 47414] New: [Qt] Get the symbian/linux-armcc compile working properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 06:43:32 PDT 2010


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

           Summary: [Qt] Get the symbian/linux-armcc compile working
                    properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keith.kyzivat at nokia.com


Currently, the symbian/linux-armcc compile is not working properly.

Some changes in Qt's symbian/linux-armcc mkspec and webkit Qt project changes are needed in the 'symbian' sections to correct this functionality.

1.) $$QMAKE_MOC is not defined. This is fixed by updates in the qt 4.7 mkspec, however that has not been checked in.  The required changes have not been checked into the Qt 4.7 branch yet.  I'll attach a patch with the required changes.

2.) Symbian configurations were not taking into account that deployment will be to OUTPUT_DIR.
3.) "TARGET.EPOCSTACKSIZE = 0x14000 // 80 kB" in WebKit.pri symbian configuration section is using the wrong kind of comments.  Should be using qmake '#' comments.
    Similarly, "EPOCHEAPSIZE  0x40000 0x2000000 // Min 256kB, Max 32MB" needed to be changed for the same reason.
4.) "linux-* {" section dealing with shared library rpaths is incorrect -- symbian/linux-armcc doesn't understand them, and was mistakenly selected based on the 'linux-' in it's name.
5.) DumpRenderTree is pulling in fontconfig on symbian/linux-armcc even though it doesn't exist.

I'll have a patch to add to this shortly that addresses these problems.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list