[LLVMbugs] [Bug 16524] New: cmath:43:10: fatal error: 'bits/c++config.h' file not found

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 2 06:04:04 PDT 2013


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

            Bug ID: 16524
           Summary: cmath:43:10: fatal error: 'bits/c++config.h' file not
                    found
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: kaos09 at hotmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

I've installed clang with this:

http://clang.llvm.org/get_started.html

but when i try to compile, i get this:

In file included from IHD_operator.cpp:9:
In file included from /usr/local/include/clang/Frontend/FrontendActions.h:13:
In file included from /usr/local/include/clang/Frontend/FrontendAction.h:21:
In file included from /usr/local/include/clang/Basic/LLVM.h:22:
In file included from /usr/local/include/llvm/Support/Casting.h:18:
In file included from /usr/local/include/llvm/Support/type_traits.h:20:
In file included from /usr/local/include/llvm/Support/DataTypes.h:37:
/usr/lib/gcc/i686-linux-gnu/4.7/../../../../include/c++/4.7/cmath:43:10: fatal
error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^
1 error generated.

The file exits in the correct path, but the problem is still there.
I tried some solutions according to other threads in this site, but none of
them seems to work. Any ideas?

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130702/c86480ff/attachment.html>


More information about the llvm-bugs mailing list