#include files not found in Apple Open Source software

£可爱£侵袭症+ 提交于 2019-12-11 03:46:00

问题


I'm trying to compile Apple's OpenSource software from https://www.opensource.apple.com/ on OS X 10.9.4.

The project includes Xcode project files, but I'm getting some errors due to misplaced include paths.

For example, when trying to compile SecurityTool-55115 from os-x-1092 (the latest release up there) on OS X 10.9.4 (the latest production release), I get errors like this:

os-x-1092/SecurityTool-55115/cmsutil.c:44:10: fatal error: 'Security/SecCmsBase.h' file not found
#include <Security/SecCmsBase.h>
         ^
1 error generated.

This file, like most others I've seen being reported, is present in the corresponding Security-55471.14 package; I've tried doing some symlinks around, but a lot of errors are still popping up.

What's the proper way to make Xcode work here?

来源:https://stackoverflow.com/questions/25152504/include-files-not-found-in-apple-open-source-software

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!