[Bug 34190] New: number.c could not compile due to "dtoa" naming conflict

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 1 21:56:07 CDT 2013


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 at winehq.org
        ReportedBy: jrd4 at 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.



More information about the wine-bugs mailing list