Re: [GtkGLExt] compile application
- From: "ivan" <ivand blueyonder co uk>
- To: Jean Bréfort <jean brefort normalesup org>
- Cc: gtkglext-list gnome org
- Subject: Re: [GtkGLExt] compile application
- Date: Tue, 11 Apr 2006 12:49:24 -0700
----- Original Message -----
From: "Jean Br�rt" <jean brefort normalesup org>
To: <ivand blueyonder co uk>
Cc: <gtkglext-list gnome org>
Sent: Tuesday, April 11, 2006 3:56 AM
Subject: Re: [GtkGLExt] compile application
Le mardi 11 avril 2006 �1:30 +0100, ivan danicic a �it :
>
>
> pi� jointe document plein texte (togtkglext-list.txt)
> Hello, I have just installed gtk+ and gtkglext-1.2.0
> Doing "make examples" compiled the programs OK.
> Compiling a gtk+ program "base.c" so:
> gcc base.c -o base `pkg-config --cflags --libs gtk+-2.0`
> also worked well. But when replacing "base" by a gtkglext opengl program
"try.c" the compiler said "gtk/gtkgl.h no such file". I tried lots of
different -I... but without success. Please advise me.
> Ivan
use:
gcc try.c -o try `pkg-config --cflags --libs gtkglext-1.0`
It says that gtk/gtkgl.h is not there, also gtkglext-1.0 not found. I have
already tried all kinds of variations on this without success.
It behaves as if gtkglext is not installed. I presume that in this case the
examples would not compile. Right?
Ivan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]