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(a)winehq.org ReportedBy: jrd4(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.