[Webkit-unassigned] [Bug 35376] New: Add support for mingw 64 bits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 01:28:07 PST 2010


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

           Summary: Add support for mingw 64 bits
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thierry.bastian at nokia.com


This was a request from Qt users to be able to build Qt (including webkit) with
mingw 64 bits.
It can be found here
(http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/sezero_20100212/mingw-w64-bin_x86_64-mingw_20100212_sezero.zip/download).
It is not yet released but we'd like to be one step ahead.

The patch is pretty harmless and is mostly about avoiding casting pointers to
int or long (which are 32 bits on mingw).

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