当我试图编译我的调整时,我得到了这个错误。
'IOSurface/IOSurfaceAPI.h' file not found
#include <IOSurface/IOSurfaceAPI.h>我试过this answer,但在我的电脑上找不到/System/Library/Frameworks/IOSurface.framework/Headers。我正在运行osx 10.9.1。谢谢你的帮助。
发布于 2015-01-10 21:46:56
试试这个,不确定它来自哪个版本:http://ios-toolchain-based-on-clang-for-linux.googlecode.com/files/IOSurfaceAPI.h
https://stackoverflow.com/questions/21009761
复制相似问题