Bug#705418: clang++ fails to find stdarg.h include (and probably others)

Sylvestre Ledru sylvestre at debian.org
Tue May 14 11:16:57 UTC 2013


Le 14/04/2013 18:51, Vedran Miletić a écrit :
> Package: llvm-toolchain-3.2
>
> Version: 1:3.2repack-1~exp4
> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/cwchar:45:
> /usr/include/wchar.h:39:11: fatal error: 'stdarg.h' file not found
> # include <stdarg.h>
>           ^
> 1 error generated.
>
I cannot reproduce your issue.
With clang 3.2repack-2+b1:
$ cat foo.cc
#include <stdarg.h>
$  clang++ -c foo.cc

Works without any issue.

Sylvestre



More information about the Pkg-llvm-team mailing list