[Webkit-unassigned] [Bug 12800] New: Some COMPILER(MSVC) blocks marked instead as PLATFORM(WIN)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 17 20:03:40 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12800

           Summary: Some COMPILER(MSVC) blocks marked instead as
                    PLATFORM(WIN)
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevino at theolliviers.com


If a platform/port other than Win32 is built using MSVC on Windows (e.g. the wx
port), it currently won't compile unless WTF_PLATFORM_WIN is explicitly
defined. (Which doesn't seem right to me.) After changing these blocks to check
for COMPILER(MSVC) instead, I am able to compile JSCore and WebCore using MSVC
without defining WTF_PLATFORM_WIN.


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



More information about the webkit-unassigned mailing list