Bug#643959: clang cannot find standard include files

2011-12-06 Thread Urs Janssen
Package: clang Version: 3.0-1 Followup-For: Bug #643959 Again /usr/include/i386-linux-gnu/ isn't searched on i386 systems: chao% cat /tmp/foo.c #include chao% clang -v -c /tmp/foo.c Debian clang version 3.0-1 (tags/RELEASE_30/final) (based on LLVM 3.0) Target: i386-pc-linux-gnu

Bug#643959: clang cannot find standard include files

2011-10-13 Thread Urs Janssen
Package: clang Version: 2.9-15 Followup-For: Bug #643959 Still doesn't find all std. headers on i386 (Pentium 4) system: chao% cat x.c #include chao% clang -v -c x.c Debian clang version 2.9-15 (tags/RELEASE_29/final) (based on LLVM 2.9) Target: i386-pc-linux-gnu Thread model: posix "/us

Bug#643959: clang cannot find standard include files

2011-10-03 Thread Vincent Lefevre
severity 643959 important thanks Raising the severity, but it could even be a RC bug, because this makes clang completely unusable for several users. On 2011-10-01 16:35:23 +0900, Miles Bader wrote: >$ cat x.c >#include >$ clang -c x.c >x.c:1:10: fatal error: 'stddef.h' file not

Bug#643959: clang cannot find standard include files

2011-10-01 Thread Jeremiah H. Savage
I have the same issue: Here's the working output with 2.9-12: $ clang++ -v -c main.cc clang version 2.9 (tags/RELEASE_29/final) Target: x86_64-pc-linux-gnu Thread model: posix "/usr/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-

Bug#643959: clang cannot find standard include files

2011-10-01 Thread Sylvestre Ledru
Le samedi 01 octobre 2011 à 16:35 +0900, Miles Bader a écrit : > Package: clang > Version: 2.9-13 > Severity: normal > > >$ cat x.c >#include >$ clang -c x.c >x.c:1:10: fatal error: 'stddef.h' file not found >#include > ^ >1 error generated. works for me. what

Bug#643959: clang cannot find standard include files

2011-10-01 Thread Miles Bader
Package: clang Version: 2.9-13 Severity: normal $ cat x.c #include $ clang -c x.c x.c:1:10: fatal error: 'stddef.h' file not found #include ^ 1 error generated. $ type clang clang is hashed (/usr/bin/clang) $ clang --version Debian clang version 2.9-13