Qt Maemo 资源在 Scratchbox 1 中为 armel 目标搞砸了

发布于 2024-08-03 18:36:42 字数 378 浏览 6 评论 0原文

当我在 Scratchbox 1 中编译 Qt Maemo 应用程序时,所有图像资源都显得完全混乱和损坏,并且程序运行速度极其缓慢。这只发生在 armel 目标上,并且在 i386 中工作正常。

我还在控制台上收到这些错误:

X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x1

我以前遇到过这个问题,解决它的唯一方法是干净安装 scrapbox。这绝对不是我的代码,因为它发生在任何在 scrapbox 中为 armel 编译的 Qt 程序中。

有谁知道可能发生了什么?

When I compile my Qt Maemo application in Scratchbox 1, all of the image resources appear completely messed up and corrupted, and the program runs extremely slow. This only happens for the armel target, and works fine in i386.

I also get these errors at the console:

X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x1

I've had this problem before, and the only way to fix it was to clean install scratchbox. It's definitely not my code as it happens with any Qt program being compiled in scratchbox for armel.

Does anyone know what might have happened?

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

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

发布评论

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

评论(1

对岸观火 2024-08-10 18:36:42

armel 目标仅用于编译应用程序,因此不可能在 Maemo SDK 下的 armel 目标中运行图形应用程序。如果您想在暂存盒中测试代码,请使用 x86 目标。

The armel target is only intended to compile applications, so is not possible to run graphical applications in the armel target under the Maemo SDK. Use the x86 target if you want to test your code inside scratchbox.

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