Comment 10 for bug 1432882

Revision history for this message
Corentin SCHREIBER (cschreib) wrote :

Sorry for the flood of message. I just want to report that the issue can be fixed temporarilly by adding this missing include path manually using the command line option: -isystem /usr/include/clang/3.4/include

Note that the usual "-I /usr/include/clang/3.4/include" will not work, since the GCC headers will be found first.