[LLVMbugs] [Bug 8614] New: System include not found when #including <vector>

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 15 10:05:46 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=8614

           Summary: System include not found when #including <vector>
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu


When compiling a file that #includes <vector>, I'm getting

"/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.2.1/bits/stl_algobase.h:64:10:
fatal error: 'bits/c++config.h' file not found" with a trunk build when I
compile a file that includes <vector>

with r119131. This used to work fine with an older revision (r118190).

I'm on Snow Leopard, but I'm using the 10.5 SDK.

-- 
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