[Webkit-unassigned] [Bug 89370] New: CFBase.h doesn't recognize MSVC x64 macros
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 18 12:04:08 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=89370
Summary: CFBase.h doesn't recognize MSVC x64 macros
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: UNCONFIRMED
Severity: Minor
Priority: P3
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: alex.christensen at flexsim.com
When compiling JavaScriptCore with MSVC for a 64-bit machine, CFBase.h gives the error "Do not know the endianess of this architecture". Not only is endianness spelled wrong, but this can be fixed by adding something like this before line 52:
#if defined(_MSC_VER) && defined(_M_X64)
#define __x86_64__ 1
#endif
Since this is not part of the repository (it's installed with update-webkit --wincairo), I cannot upload a patch.
--
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