![]() |
Ivy Bridge: SDL2: No OpenGL support on this system | ![]() |
![]() |
![]() |
greno
![]() |
![]() |
Ok. I got the right X11 headers installed finally:
but the compile is failing:
. |
||||||||||||||
|
![]() |
![]() |
greno
![]() |
![]() |
Installed the full X Software Development plus mesa-libEGL and mesa-libGLES libs and now get a different error but on same file::
|
||||||||||||
|
![]() |
![]() |
greno
![]() |
![]() |
The problem is caused by a change in libXext.
Here's a patch that fixes SDL_x11sym.h:
. |
||||||||||||
|
![]() |
![]() |
greno
![]() |
![]() |
So after all that and recompiling SDL2 and the tests I still get this:
Again this is on an Ivy Bridge system:
I also tried running RenderBench:
but it just hangs at Installing Test and never completes. This is probably a red herring and just a RenderBench problem. . |
||||||||||||||||
|
![]() |
![]() |
greno
![]() |
![]() |
Ok, went back and did 'make clean' everywhere and reran the compiles and install.
Now testdraw2 works with software renderer but still nothing as far as GL:
testgl2 is failing b/c HAVE_OPENGL is not defined. It should be set since it's installed. And the testgles test failures are this post: http://forums.libsdl.org/viewtopic.php?t=8160 UDPATE: BTW, the lines: "SDL_CreateWindow called" come from a debug line I put into the code to see what was happening. You will not see this line. . |
||||||||||||
|