Click to See Complete Forum and Search --> : open-gl / winex


animex2
04-18-2003, 07:00 PM
While the make stage in winex -

Could not find <include>/GL/glu.h
You are missing the GLU devel package. This is typically
MesaGLU-devel, libMesaGLU1-devel or similarality
Use the package manager of your distribution to locate and install
the package. Then rerun the script

when i searched -


[root@localhost winetools-1.22]# locate glext.h
/usr/X11R6/include/GL/glext.h

where is it looking by having <include> ?

animex2
04-18-2003, 09:13 PM
I changed the open gl file and got this error this time -

--------- Error log - file /root/temp/cvswinex/.ErrorLog : ---------
from caps.c:20:
../../include/wine_gl.h:31:20: GL/glu.h: No such file or directory
In file included from caps.c:20:
d3dgl_private.h:119: parse error before "PFNGLWEIGHTPOINTERARBPROC"
d3dgl_private.h:119: warning: no semicolon at end of struct or union
d3dgl_private.h:119: warning: type defaults to `int' in declaration of `glVertexBlendARB'
d3dgl_private.h:119: warning: data definition has no type or storage class
d3dgl_private.h:121: parse error before '}' token
d3dgl_private.h:121: warning: type defaults to `int' in declaration of `DD_GL_data'
d3dgl_private.h:121: warning: data definition has no type or storage class
caps.c:32: parse error before '*' token
caps.c:33: parse error before '*' token
caps.c:34: parse error before '*' token
caps.c:35: parse error before '*' token
caps.c: In function `D3DGL_Init':
caps.c:100: `gld' undeclared (first use in this function)
caps.c:100: (Each undeclared identifier is reported only once
caps.c:100: for each function it appears in.)
caps.c:113: parse error before ')' token
caps.c:131: `PFNGLWEIGHTPOINTERARBPROC' undeclared (first use in this function)
caps.c:131: parse error before "extproc"
caps.c:131: `PFNGLVERTEXBLENDARBPROC' undeclared (first use in this function)
caps.c:131: parse error before "extproc"
caps.c:299: `GL_MAX_VERTEX_UNITS_ARB' undeclared (first use in this function)
caps.c: At top level:
caps.c:389: parse error before '*' token
caps.c: In function `fill_prim_caps':
caps.c:391: `pc' undeclared (first use in this function)
caps.c:395: `gld' undeclared (first use in this function)
caps.c: At top level:
caps.c:453: parse error before '*' token
caps.c: In function `check_exts':
caps.c:461: `gld' undeclared (first use in this function)
caps.c: At top level:
caps.c:466: parse error before '*' token
caps.c: In function `add_texture_fmts':
caps.c:473: `lpData' undeclared (first use in this function)
caps.c:556: `gld' undeclared (first use in this function)
caps.c: At top level:
caps.c:585: parse error before '*' token
caps.c: In function `add_zbuffer_fmts':
caps.c:590: `lpDD' undeclared (first use in this function)
caps.c: In function `D3DGL_GetCaps':
caps.c:615: `gld' undeclared (first use in this function)
caps.c:615: parse error before ')' token
make[2]: *** [caps.o] Error 1
make[2]: Leaving directory `/root/temp/cvswinex/wine/dlls/d3dgl'
make[1]: *** [d3dgl/libd3dgl.so] Error 2
make[1]: Leaving directory `/root/temp/cvswinex/wine/dlls'
make: *** [dlls] Error 2