Re: Irv's GTK Stuff

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Tuesday 04 November 2003 08:12 pm, you wrote:
>
>
> Irv, I'd love to use your GTK stuff if you'd tell me how to create a
> eugtk.so for FreeBSD...

You can compile it with the command:
gcc -Wall -shared eugtk.c -o eugtk.so `gtk-config --cflags --libs`
provided you have the gtk development files installed. 
Probably you have those on your BSD cd's , but I don't know if they 
were installed automatically. On Mandrake and Red Hat, those libraries 
get installed if you chose to set up a 'development' platform, but aren't 
installed if you choose some of the other types, such as "graphics 
workstation", or whatever. You can always go back and install them later. 

If you didn't get  the needed files on the BSD cd's, then there's a bit more 
work. You'll have to download the source from http://gtk.org, and do some 
compiling. Note that there are two versions of GTK 1.x and 2.x. Get 1.x.
Also, note that the gtk-config mentioned in the compile command is a separate 
program. You may have to download and compile that first.  Also, note that 
the 'tick' marks in that line are back-ticks (on the same key as the ~).

Let me know how this works.

Irv

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu