Bug#697127: fixed in clang 3.2-1~exp5
Gabriele Giacone
1o5g4r8o at gmail.com
Sun Aug 25 00:15:21 UTC 2013
Control: reopen -1
Control: found -1 1:3.3-8
Control: found -1 1:3.4~svn183914-1
Control: retitle -1 clang: Clang++ 3.3/3.4 fails to compile anything ('bits/c++config.h' file not found)
On Tue, Jan 15, 2013 at 10:44:31PM +0100, Sylvestre Ledru wrote:
> On 15/01/2013 22:40, Hans Joachim Desserud wrote:
> >
> > After installing clang 3.2-1~exp5 I am no longer able to reproduce this issue. Thanks. :)
> >
> \o/
>
> Thanks for the feedback!
> S
Exactly the same issue fixed in 3.2:
---
$ cat helloclang.cpp
#include <iostream>
using namespace std;
int main() {
cout << "hello world";
}
$ clang++ helloclang.cpp
In file included from helloclang.cpp:1:
/usr/lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/4.8/iostream:38:10:
fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
^
1 error generated.
---
More information about the Pkg-llvm-team
mailing list