after the "success" of running the esdl tests that dexter run on the octane, I tried again on my indy.
I still use the stuff compiled by jdb.
the testsprite test is ok, the testgl not:
olorin 13% /opt/jdb/erlang/bin/erl -pa ../ebin
Erlang (BEAM) emulator version 5.3 [source] [threads:0]
Eshell V5.3 (abort with ^G)
1> testgl:go().
Command:68:SDL_GL_SetAttributeFunc: ok
Command:35:SDL_ListModesFunc: ok
Command:31:SDL_VideoDriverNameFunc: ok
Driver "x11"
Available WindowSizes [{sdl_rect,0,0,1280,1024}]
Command:34:SDL_VideoModeOKFunc: ok
Command:34:SDL_VideoModeOKFunc: ok
Command:34:SDL_VideoModeOKFunc: ok
Command:34:SDL_VideoModeOKFunc: ok
A guess at max video res is 1280x1024:32
Command:36:SDL_SetVideoModeFunc: ok
Command:69:SDL_GL_GetAttributeFunc: Segmentation fault
olorin 14%
I remember an extremely simialr problem on OpenBSD/sparc with 8bit graphics and Mesa. I wrote to both esdl and sdl teams and eachone said the problem was from the other. Esdl always replies "look at my code, it is jsut a wrapper".
I compiled SDL myself and I could run all their tests fine though
Here the siutation may be a lot different though.
I then tried to run other tests:
4> erldemo:go().
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
olorin 16%
This sounds bad too, doesn´t it?