|
From: Brian P. <bri...@tu...> - 2008-11-24 14:54:37
|
darko wrote: > glcontextmodes.c:42:23: error: GL/glxint.h: No such file or directory > In file included from glcontextmodes.c:67: > glcontextmodes.h:39: warning: type defaults to ‘int’ in declaration of > ‘__GLXvisualConfig’ > glcontextmodes.h:39: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token > glcontextmodes.c:132: warning: type defaults to ‘int’ in declaration of > ‘__GLXvisualConfig’ > glcontextmodes.c:132: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token > make[2]: *** [glcontextmodes.o] Error 1 > make[2]: Izlazim iz direktorija `/home/darko/OpenGL/Mesa-7.2/src/glx/x11' > make[1]: *** [subdirs] Erorr 1 > make[1]: Izlazim iz direktorija `/home/darko/OpenGL/Mesa-7.2/src' > make: *** [default] Error 1 > debian:/home/darko/OpenGL/Mesa-7.2# -- > > How to compile Mesa 7.2 What i need to do to have glxint.h in GL directory > > Darko > > Linux debian sid 2.6.18-6-686 I sounds like you need the glproto package from Xorg. If you're doing a DRI build, you'll also need driproto and DRM. -Brian |