[Webkit-unassigned] [Bug 95637] New: Can't compile with MinGW-w64 - sys/mman.h not found
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 1 00:26:30 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95637
Summary: Can't compile with MinGW-w64 - sys/mman.h not found
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: net147 at gmail.com
Building with MinGW-w64 results in ENABLE_EXECUTABLE_ALLOCATOR_FIXED being defined to 1 in Platform.h.
Compiling javascriptcore/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp results in a compile error because sys/mman.h is not available when using MinGW.
Platform.h needs "#if CPU(X86_64) || PLATFORM(IOS)" changed to "#if (CPU(X86_64) || PLATFORM(IOS)) && !COMPILER(MINGW64)".
--
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