[cfe-dev] Paths to system header files

Pedro Delgado Perez via cfe-dev cfe-dev at lists.llvm.org
Fri Feb 26 01:37:00 PST 2016


 
Hello,

Perhaps this question has been asked before, but I couldn't find a proper solution for this issue. When I produce an executable and use it in another machine, sometimes Clang is not able to find system header files (for instance "limits.h") because the paths to find these headers are relative to the location of the Clang libraries.

All the same, when I'm using FIXED COMPILATION, I'm able to automatically retrieve the paths to system headers of the machine where the executable is being run. I mean, I retrieve the paths and add them after "--" to the command through the option -isystem. However, when I'm using JSON COMPILATION DATABASE, I can't do that, so in this case I don't know how to solve this issue.

What is the appropriate manner to handle this matter of the paths to system header files?

Thanks.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160226/63f3ddfe/attachment.html>


More information about the cfe-dev mailing list