xcode 在哪里保存库和头文件的默认路径?

发布于 2024-10-18 20:10:18 字数 244 浏览 1 评论 0原文

我在 Linux Eclipse 下有一个 C++ 应用程序/项目。我开始移植到 Mac OS X。我使用 4 个跨平台 C/C++ 库,例如 OpenCV、OpenAL Boost 等。

首先我安装了 C++ 和 Eclipse for Mac。当我在 eclipse 中打开该项目时,它没有找到我的任何 Linux 包含项。当我在 xcode 中打开代码时,它解决了一些问题 - 例如 OpenAL。

Xcode 在哪里寻找库和头文件?

I have a C++ app/project under Linux Eclipse. I started porting to Mac OS X. I use 4 cross-platform C/C++ libraries such as OpenCV, OpenAL Boost etc.

First I installed C++ and Eclipse for Mac. When I opened the project in eclipse it did not find any of my Linux includes. When I opened the code in xcode it solved some - for example OpenAL.

Where does Xcode look for libraries and headers?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半边脸i 2024-10-25 20:10:18

我突然想到尝试以下位置:

  • /System/Library/Frameworks
  • /System/Library/CoreServices
  • /Developer/SDKs

可能是第一个选项。

Off the top of my head I'd say try the following locations:

  • /System/Library/Frameworks
  • /System/Library/CoreServices
  • /Developer/SDKs

Probably in the first option.

緦唸λ蓇 2024-10-25 20:10:18

对于 Xcode 6.4 和 OSX 10.10 SDK,请查看此处:

  • /Applications/Xcode/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks

然后展开 OpenAL.framework 并双击单击标题文件夹。

For Xcode 6.4 and the OSX 10.10 SDK, look here:

  • /Applications/Xcode/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks

Then expand the OpenAL.framework and double click on the Headers folder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文