Comment 6 for bug 1196215

Revision history for this message
c00kiemon5ter (ivan-kanak) wrote :

Hi, I'm bitten by this too on 13.10

going for a temporary workaround, looks like more files are missing:

cd /usr/include
ln -s ../lib/llvm-3.2/lib/clang/3.2/include/stddef.h .
ln -s ../lib/llvm-3.2/lib/clang/3.2/include/stdarg.h .
ln -s ../lib/llvm-3.2/lib/clang/3.2/include/stdbool.h .

seems to make clang work again for me