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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to