I had a stable installation of Python/PyGTK, and I know that gtk.gl was working at some point recently.

However, my hard drive died on Monday, and I've spent today trying to get PyGTK working again. I've installed OpenGL, as well as the gtkglarea module.

But during the compile of pygtk, I get the error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/python2.3 -I/usr/include/gtkgl-2.0 -I/usr/X11R6/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -std=c9x -c gtkglmodule.c -Wp,-MD,.deps/gl_la-gtkglmodule.TPlo -fPIC -DPIC -o .libs/gl_la-gtkglmodule.o
gtkglmodule.c:29:29: gtkgl/gtkglarea.h: No such file or directory
gtkglmodule.c: In function `initgl':
gtkglmodule.c:48: `GDK_GL_NONE' undeclared (first use in this function)
gtkglmodule.c:48: (Each undeclared identifier is reported only once
gtkglmodule.c:48: for each function it appears in.)
gtkglmodule.c:50: `GDK_GL_USE_GL' undeclared (first use in this function)
gtkglmodule.c:53: `GDK_GL_BUFFER_SIZE' undeclared (first use in this function)
(more errors of this type deleted)


I've done a few "find" searches and I can't find gtkglarea.h on my disk anywhere. And yet I'm reasonably certain that I'm doing pretty much the same thing I did last time when I installed this. Can anyone help me out here?

Thanks in advance,

Rick

Rick Muller
[EMAIL PROTECTED]


_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to