ZhouYe wrote:
>
> I downloaded gtkglarea yesterday.
> I want to use it under Glade.
> And I don't know how to build the gtkglarea example files with gcc.
> who can tell me how to do?
Greetings!
I'm using gtkglarea + glade, but I just create the interface with
galde and after put gtkglare widget "by hand". It's very simple. You can
gtk_container_add with GtkWindow or GtkViewPort to put an OpenGL are in
the application.
To compile, you should use:
gcc `gtk-config --cflags --libs` -lGL -lGLU -lgtkglare -o flie_out
c_files.c
The parameters -lGL and -lGLU are the name of default Mesa libs. It
also may be -lMesaGL and -lMesaGLU.
Bira
--
Ubirata Azevedo Ignacio
Suporte ao usuario
Universidade de Vale do Rio dos Sinos - Unisinos
RS - Brasil
Linux User #125117
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.