http://bugs.winehq.org/show_bug.cgi?id=23885
Summary: Build fails in dlls/d3dx9_36/tests Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: directx-d3dx9 AssignedTo: wine-bugs@winehq.org ReportedBy: dimesio@earthlink.net CC: wine-bugs@winehq.org
Today's git won't build on my system:
mesh.o mesh.c mesh.c: In function ‘new_mesh’: mesh.c:91: error: ‘NAN’ undeclared (first use in this function) mesh.c:91: error: (Each undeclared identifier is reported only once mesh.c:91: error: for each function it appears in.) make[1]: *** [mesh.o] Error 1 make[1]: Leaving directory `/home/dimesio/wine-git/dlls/d3dx9_36/tests' make: *** [dlls/d3dx9_36/tests] Error 2
Tested with a fresh git clone. Reverting commit cc1738ad3cf20f1744626ae122942c2728b03939 fixes it.