[LLVMbugs] [Bug 13878] New: Trunk LLVM/Compiler-RT build fails under MingW32/Visual Studio on Windows 7 x64
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 19 12:39:16 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13878
Bug #: 13878
Summary: Trunk LLVM/Compiler-RT build fails under
MingW32/Visual Studio on Windows 7 x64
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: release blocker
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: clay.Sweetser at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Building LLVM using the latest svn trunk currently fails under both MingW32 and
Visual Studio, using both 32 and 64 bit versions of the compilers.
Both Clang, Compiler-RT, and Extra tools were downloaded, using instructions
from the "Getting Started" page on the clang project site.
Make/Project files were generated using cmake with standard arguments.
Both versions of Visual Studio fail with the error "Cannot open include file:
'stdbool.h': No such file or directory", while Mingw fails with the error
"fatal error: sys/mman.h: No such file or directory"
Both header files do exist and are located in various include directories
within the llvm folder.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list