I'm working on a project (based on 2.4.2 version, cross compiling under WinXP and Linux Mandrake). Everything runs just fine on Windows and on Mandrake 10.0 but with the new Mandrake 10.1 I get a strange X Window System error only when I run my application on my laptop (I use two others standard PCs to test my project and I don't have any problem with them). It doesn't appear to be a driver problem (my graphic card is configured just like in Mdk 10.0), nor a missing rpm (I've compared the list of rpm installed on Mdk10.0 and Mdk10.1). When I tried to remove the GLCanvas from my application the program ran properly. That's why I think it is a problem of GLCanvas. Here are the options I passed to the constructor of the GLCanvas : WX_GL_DOUBLEBUFFER WX_GL_RGBA WX_GL_DEPTH_SIZE=16 WX_GL_LEVEL=0
Now, I don't know what to try out. Any advice would help me ...