如何在 Mac OS X 10.7 上使用 TGB Platformer Kit 编译 Torque 2D?
我正在尝试使用 Xcode 在 Mac OS X 10.7 (Lion) 上使用 TGB Platformer 套件重新编译 Torque-2d(甚至 Torque),但它无法编译。我尝试按照开发人员的说明进行操作,但它不起作用,它抱怨某些功能已被弃用。
I'm trying to recompile Torque-2d (or even Torque) with the TGB Platformer kit on Mac OS X 10.7 (Lion) using Xcode and it just doesn't compile. I tried following the instructions from the developer but it didn't work, it complains about some functions that are deprecated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能为时已晚,但它的工作设置是:
SDK=MACOSX 10.4
编译器 = GCC4.0(不适用于 4.2,但 4.0 在较新的 xcode4 中不可用,无需破解)
C语言方言=C99
probably too late but the setting for it to work is:
SDK = MACOSX 10.4
compiler = GCC4.0 (will not work with 4.2, yet 4.0 is not available in newer xcode4 without hacking)
C language dialect = C99