简体   繁体   中英

Qt Maemo resources screwed up in Scratchbox 1 for the armel target

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM