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

365 views Asked by At

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?

1

There are 1 answers

1
VDVsx On

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.