http://bugs.winehq.org/show_bug.cgi?id=34651
Bug #: 34651 Summary: 'INFINITY' and 'NAN' undeclared Product: Wine Version: 1.7.3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: version-2013@myopera.com Classification: Unclassified
attempting to compile 1.7.3 in Puppy Linux 4.3.1 some dependencies installed
terminal snip ->
make[1]: Entering directory `/opt/wine-1.7.3/dlls/wined3d' ...snip In file included from cs.c:20: wined3d_private.h: In function 'float_16_to_32': wined3d_private.h:214: error: 'INFINITY' undeclared (first use in this function) wined3d_private.h:214: error: (Each undeclared identifier is reported only once wined3d_private.h:214: error: for each function it appears in.) wined3d_private.h:215: error: 'NAN' undeclared (first use in this function) wined3d_private.h: In function 'float_24_to_32': wined3d_private.h:236: error: 'INFINITY' undeclared (first use in this function) wined3d_private.h:237: error: 'NAN' undeclared (first use in this function) make[1]: *** [cs.o] Error 1 make[1]: Leaving directory `/opt/wine-1.7.3/dlls/wined3d' make: *** [dlls/wined3d] Error 2
<- terminal snip