我在以下位置安装了 boost 的副本/usr/local/ogre/ogre1.8/iOSDependencies/include
:
...
在 XCode 中,cpp 文件无法编译,因为它包含的文件有一行:
#include <boost/thread/tss.hpp>
XCode compile cmdline to CompileC 包括
-I/usr/local/ogre/ogre1.8/iOSDependencies/include
对我来说,一切看起来都很好......<boost/...>
是/usr/local/ogre/ogre1.8/iOSDependencies/include
thread/tss.hpp 的孩子,显然存在。为什么 XCode 会有不同的想法?我尝试了一个干净的构建但没有任何成功。
XCode 项目设置如下所示:
fatal error: 'boost/thread/tss.hpp' file not found
#include <boost/thread/tss.hpp>