Re: Irv's GTK Stuff
- Posted by EUPHORiCK <euphoric at cklester.com> Nov 11, 2003
- 562 views
Irv Mullins wrote: >I don't know where to begin with this. One thing might be to find out whether >the problem is with the Euphoria part, or with the GTK setup. To do that, >you could try to compile and run a GTK program written in C. > >Go to http://gtk.org and choose the 2.0 tutorial. Pick a couple of example >programs from that tutorial and compile them. If they work ok, then we >have to look at the libraries that Euphoria calls. > Compiled "hello_world.c" and it worked! woo hoo! Compiled their "scribble" program and it worked too! yiiiippeeee! >You could write a little eu program which just opens a single library, and >try each in turn until you see which one causes the error. > I guess that means I need to start reading some docs. :/ -ck