在 MaxOS Lion 上安装 Irrlicht

发布于 2024-12-25 19:26:03 字数 695 浏览 1 评论 0原文

我在 MacOSX Lion 上构建 Irrlicht Engine 时遇到问题。 wiki 上描述的流程并未针对 Lion 进行更新,并且通过关注此讨论我发现在网络上,我尝试使用 xcodebuild -sdk macosx10.7 -arch x86_64 进行构建,但出现以下错误:

** BUILD FAILED **


The following build commands failed:
CompileC build/MacOSX.build/Release/libIrrlicht.a.build/Objects-normal/x86_64/COpenGLSLMaterialRenderer.o ../COpenGLSLMaterialRenderer.cpp normal x86_64 c++ com.apple.compilers.llvmgcc42
(1 failure)

我对 MacOS 构建过程和 xcode 终端命令的知识有限,任何人都可以照亮我方向正确吗?

I'm having trouble building Irrlicht Engine on MacOSX Lion. The process described on the wiki is not updated for Lion, and byt following this discussion I found on the web, I tried to build using xcodebuild -sdk macosx10.7 -arch x86_64, but I get the following error:

** BUILD FAILED **


The following build commands failed:
CompileC build/MacOSX.build/Release/libIrrlicht.a.build/Objects-normal/x86_64/COpenGLSLMaterialRenderer.o ../COpenGLSLMaterialRenderer.cpp normal x86_64 c++ com.apple.compilers.llvmgcc42
(1 failure)

My knowledge of MacOS building procedures and xcode terminal commands is limited, anyone could light me in the right direction?

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

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

发布评论

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

评论(1

小嗲 2025-01-01 19:26:03

实际上我自己最终找到了答案: http://dbrgames.wordpress.com/2011/12/31/compiling-irrlicht-1-7-2-with-mac-os-10-7-and-xcode-4-1/

对我来说就像一个魅力。

I actually ended up finding the answer myself: http://dbrgames.wordpress.com/2011/12/31/compiling-irrlicht-1-7-2-with-mac-os-10-7-and-xcode-4-1/

Worked for me like a charm.

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