PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : glheader: alte gehn neue net



xeroc
24.08.03, 15:53
ich hab versucht winex zu kompilieren (bitte kommt jetzt net mit binaries) ... jedenfalls geht das ganze ding einwandfrei... nachteil ... bekanntes problem mit den texturen ....

jetzt versuch ich das ganze mit den 'neuen' headern von der wine*.cx (irgendwieso) site ... und es kommt ein kompilierfehler ...


In file included from caps.c:20:
d3dgl_private.h:140: error: parse error before "PFNGLWEIGHTPOINTERARBPROC"
d3dgl_private.h:140: warning: no semicolon at end of struct or union
d3dgl_private.h:140: warning: type defaults to `int' in declaration of `glVertexBlendARB'
d3dgl_private.h:140: warning: data definition has no type or storage class
d3dgl_private.h:149: error: parse error before '}' token
d3dgl_private.h:149: warning: type defaults to `int' in declaration of `DD_GL_data'
d3dgl_private.h:149: warning: data definition has no type or storage class
d3dgl_private.h:347: error: parse error before '*' token
caps.c:34: error: parse error before '*' token
caps.c:35: error: parse error before '*' token
caps.c:36: error: parse error before '*' token
caps.c: In function `D3DGL_Init':
caps.c:109: error: `gld' undeclared (first use in this function)
caps.c:109: error: (Each undeclared identifier is reported only once
caps.c:109: error: for each function it appears in.)
caps.c:126: error: parse error before ')' token
caps.c:159: error: `PFNGLWEIGHTPOINTERARBPROC' undeclared (first use in this function)
caps.c:159: error: parse error before "extproc"
caps.c:159: error: `PFNGLVERTEXBLENDARBPROC' undeclared (first use in this function)
caps.c:159: error: parse error before "extproc"
caps.c:373: error: `GL_MAX_VERTEX_UNITS_ARB' undeclared (first use in this function)
caps.c: At top level:
caps.c:527: error: parse error before '*' token
caps.c: In function `check_exts':
caps.c:535: error: `gld' undeclared (first use in this function)
caps.c: At top level:
caps.c:540: error: parse error before '*' token
caps.c: In function `add_texture_fmts':
caps.c:628: error: `gld' undeclared (first use in this function)
caps.c: At top level:
caps.c:680: error: parse error before '*' token
caps.c: In function `add_zbuffer_fmts':
caps.c:705: error: `gld' undeclared (first use in this function)
caps.c: In function `D3DGL_GetCaps':
caps.c:711: error: `gld' undeclared (first use in this function)
caps.c:711: error: parse error before ')' token
make[2]: *** [caps.o] Fehler 1
make[2]: Leaving directory `/files/setups/cvs/wineX/wine/dlls/d3dgl'
make[1]: *** [d3dgl/libd3dgl.so] Fehler 2
make[1]: Leaving directory `/files/setups/cvs/wineX/wine/dlls'
make: *** [dlls] Fehler 2



hatte schon mal jmd das problem ???