> > In file included from glitz_glx_drawable.c:30:
> > glitz_glxint.h:34:19: error: GL/gl.h: No such file or directory
> > glitz_glxint.h:35:20: error: GL/glx.h: No such file or directory
[...]

> I am using ubuntu.  I have also tried in Debian, but got the same error.

You are missing some necessary dependencies.

On my system, both header files now are part of the libxorg-x11-devel
package. But I recall, that they used to live in different packages
once, named gl, glu, glut or mesa. The actual package depends on the
implementation, your distro and packager.

We've had this very issue on IRC today. The missing package containing
these header files on a debian system was libglu1-xorg-dev.


Remember, since you are building from source, missing packages most
likely are *-dev (debian) or *-devel (most RPM based systems) packages.

HTH

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

-- 
garnome-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/garnome-list

Reply via email to