[Webkit-unassigned] [Bug 52839] New: [Qt][Symbian] Fix --minimal build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 20 13:27:34 PST 2011


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

           Summary: [Qt][Symbian] Fix --minimal build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: siddharth.mathur at nokia.com
                CC: yael.aharon at nokia.com, laszlo.1.gombos at nokia.com,
                    koshuin at gmail.com
            Blocks: 41464


"build-webkit --qt --release --symbian --minimal" has 2-3 small issues for QtWebkit.dll which will be good to fix quickly. Upside is that ARM UDEB builds are then much smaller and rebuilding is quite fast (even on a measly 4 core machine)!

- linker error with unresolved PluginPackage methods (those in PluginPackageSymbian.cpp) 
- linker error with unresolved PluginPackage::unload()
- USE_SYSTEM_MALLOC is set to 0 via qmake command-line args (due to --minimal it seems) , but is set to 1 explictly for symbian in all our .pro/.pri . This causes the autogenerated .mmp files to contain _both_ flags set. Leads to warnings at a minimum from compiler.

-- 
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