Re: Irv's GTK Stuff
- Posted by EUPHORiCK <euphoric at cklester.com> Nov 11, 2003
- 555 views
C. K. Lester wrote: > > 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. > Irv, I tried running the simplest program you have: window.exu. It errored out with this: $exu window.exu /usr/libexec/ld-elf.so.1: /usr/local/lib/libintl.so.5: Undefined symbol "stpcpy" First, am I running it right with "exu window.exu?" Second, .... Third, I guess I could turn my EU program into a .c file with the EU-to-C program, then compile with gcc... right? :)