http://bugs.winehq.org/show_bug.cgi?id=1958
Summary: Build fails at directx Product: Wine Version: 20040121 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx AssignedTo: wine-bugs@winehq.org ReportedBy: gillb4@telusplanet.net
tools/wineinstall and manual builds stall at the same point. ./configure and make depend run to completion without problems. make runs, and stalls at the following:
make[2]: Entering directory `/data/wine/wine-20040121/dlls/glut32' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/data/wine/wine-20040121/dlls/glut32' make[2]: Entering directory `/data/wine/wine-20040121/dlls/d3d8' gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o directx.o directx.c directx.c: In function `IDirect3D8Impl_GetDeviceCaps': directx.c:639: error: `GL_MAX_VERTEX_UNITS_ARB' undeclared (first use in this function) directx.c:639: error: (Each undeclared identifier is reported only once directx.c:639: error: for each function it appears in.) make[2]: *** [directx.o] Error 1 make[2]: Leaving directory `/data/wine/wine-20040121/dlls/d3d8' make[1]: *** [d3d8] Error 2 make[1]: Leaving directory `/data/wine/wine-20040121/dlls' make: *** [dlls] Error 2
<sorry> The previous 5 versions have built in the same way without fail. I use Nvidia binary graphics drivers with mesa and glut (all of which works well).