Bug#705418: clang++ fails to find stdarg.h include (and probably others)
Vedran Miletić
rivanvx at gmail.com
Fri Jun 7 11:26:46 UTC 2013
Hi Jan,
thanks, it seems to work now with 1:3.3~+rc3-1~exp1 and GCC from experimental.
Regards,
Vedran
2013/5/30 Vedran Miletić <rivanvx at gmail.com>:
> 2013/5/30 Sylvestre Ledru <sylvestre at debian.org>:
>> No. I need a single C/C++ file and the clang command line.
>
> $ cat foo.cc
> #include <stdarg.h>
>
> int main()
> {
> return 0;
> }
>
> $ clang++ -o foo foo.cc
> foo.cc:1:10: fatal error: 'stdarg.h' file not found
> #include <stdarg.h>
> ^
> 1 error generated.
>
> Regards,
> Vedran
More information about the Pkg-llvm-team
mailing list