http://bugs.winehq.org/show_bug.cgi?id=34190
Bug #: 34190 Summary: number.c could not compile due to "dtoa" naming conflict Product: Wine Version: 1.6 Platform: x86-64 OS/Version: Windows Status: UNCONFIRMED Severity: blocker Priority: P2 Component: jscript AssignedTo: wine-bugs@winehq.org ReportedBy: jrd4@rice.edu Classification: Unclassified
dlls/jscript/number.c could not compile on Cygwin (on Windows 7) due to a naming conflict of name "dtoa". Apparently the name "dtoa" was already used in wine/port.h
I was able to fix this issue and compile Wine properly by renaming all instances of "dtoa" and "DTOA" to "dtoaa" and "DTOAA", respectively, in the number.c file.