Qt Mac 二进制安装无法在 PowerPC/G5 上运行
我在 G5 上安装了适用于 mac 的 32 位 Cocoa 二进制文件,没有任何 Qt 应用程序可以运行,所以我卸载了它,安装了 Carbon 二进制文件,&这些应用程序都不会运行。我做错了什么?我收到错误消息,指出“该平台不支持应用程序”。
- Mac 10.5.8
- Xcode 3.1.2
- Qt 4.7.3
1.8 GHz G5,2.5 GB RAM。
I installed the 32 bit Cocoa binary for mac on a G5, none of the Qt apps would run, so I uninstalled it, installed the Carbon binary, & none of those apps would run. What am I doing wrong? I get error messages saying the "application is not supported on this platform".
- Mac 10.5.8
- Xcode 3.1.2
- Qt 4.7.3
1.8 GHz G5 with 2.5 GB RAM.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要 qt-mac-opensource-XYZdmg (其中 XYZ <= 4.6.4,据我所知;可以从源代码构建更新版本),而不是 qt-mac-cocoa- opensource-XYZdmg 或
qt-mac-cocoa-carbon-XYZdmg
。(我相信 4.7 将默认值从碳更改为可可,这也是 Trolltech/诺基亚停止构建 ppc/i386 通用的时候 - 我不知道为什么,而且他们似乎没有对此做出任何正式声明。)
无论如何,您可以在 ftp://ftp.qt.nokia.com/qt/source/qt-mac-opensource-4.6.4.dmg。
You want
qt-mac-opensource-X.Y.Z.dmg
(where X.Y.Z <= 4.6.4, as I understand it; newer versions can be built from source), notqt-mac-cocoa-opensource-X.Y.Z.dmg
orqt-mac-cocoa-carbon-X.Y.Z.dmg
.(I believe 4.7 changed the default from carbon to cocoa, and that this is also when Trolltech/Nokia stopped building ppc/i386 universal – I have no clue why, and they don't seem to have made any official announcement of this.)
Anyway, you can grab it at ftp://ftp.qt.nokia.com/qt/source/qt-mac-opensource-4.6.4.dmg.