Xcode 5无法在usr / include中找到头文件

时间:2014-09-29 19:05:08

标签: c++ xcode path xcode5 header-files

我在Xcode中使用一些外部头文件处理C ++项目,而Xcode无法在 usr / include

中找到头文件

我还尝试在搜索标题文件路径中添加 usr / include ,但它无效 但是,当我在搜索标题文件中添加 usr / local / include 而不是 usr / include <时,Xcode可以在 usr / local / include 中找到所有标题文件/强>

usr / include 在页眉搜索路径中不起作用,但 usr / local / include 有效。我错过了什么吗?权限设置或 usr / include

的任何内容

更新

当我添加 usr / lib 但是适用于 usr / local / lib 时,也会给出错误(ld:找不到-lGLEW.1.11.0的库) p>

1 个答案:

答案 0 :(得分:2)

如果没有其他方法可行,您可以通过在-I/usr/include中指定Other C++ Flags来手动添加包含目录。

评论后编辑:

以类似的方式,您可以在-lGLEW1.11.11.0 -L/usr/lib中添加Other Linker Flags