So, I\'ve tried running various programs that use SDL, but all of them have had bugs of one sort or another. So, I decide to try compiling my own. I downloaded SDL 1.2.7 and compiled it. But when run an SDL application (even the sample apps in the SDL distribution) nothing appears on the screen! I\'ve added debugging statement at various points, and they are printing out, so I know that SDL is initializing, and the API calls are going through.
I also tried the patch from
www.gnurou.org/software/zaurus/ but it didn\'t make a difference.
Has anyone successfully built a working SDL library for qtopia?