Gtk-demo 1.1 seg fault

Hrm… I’m trying out gtk-demo 1.1 and it’s seg faulting right when I run it…

Configure was happy, make was happy (except it complained about clock skewing
until I ran “touch *”), but when I run it, nothing happens but a SDL
parachute deployment. :slight_smile:

Running gdb, it shows that the seg fault occured in SDL_SetVideoMode.

I’ve got gtk 1.2.6 and SDL version 1.1.2…

-bill!

“William Kendrick” wrote in message
news:200004130740.AAA00404 at sonic.net

Hrm… I’m trying out gtk-demo 1.1 and it’s seg faulting right when I run
it…

Configure was happy, make was happy (except it complained about clock
skewing
until I ran “touch *”), but when I run it, nothing happens but a SDL
parachute deployment. :slight_smile:

Running gdb, it shows that the seg fault occured in SDL_SetVideoMode.

I’ve got gtk 1.2.6 and SDL version 1.1.2…

-bill!

gtk-demo does not work on 1.1.2, check the latest CVS or any other version
(1.1.1, 1.0.x).

Regards
Amedeo

gtk-demo does not work on 1.1.2, check the latest CVS or any other version
(1.1.1, 1.0.x).

Foo! :slight_smile: Oh well… I’ll just wait… I don’t actually do any GTK stuff… :slight_smile:
(yet!)

-bill!
(now working on a Super Mario Bros clone :wink: )