[LLVMbugs] [Bug 9318] New: New c++ search path needed on Fedora 14

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 24 12:46:00 PST 2011


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

           Summary: New c++ search path needed on Fedora 14
           Product: clang
           Version: 2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: fedorabugmail at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


The file HeaderSearchOptions.h doesn't have c++ include search paths for Fedora
14. I believe the path should be "/usr/include/c++/4.5.1/".


AddGnuCPlusPlusIncludePaths("/usr/include/c++/4.5.1","x86_64-redhat-linux",
"32", "", triple);
AddGnuCPlusPlusIncludePaths("/usr/include/c++/4.5.1","i686-redhat-linux","",
"", triple);


This causes any compile to fail that includes c++ header files:


./lexerData.h:2:10: fatal error: 'string' file not found
#include <string>
         ^

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