[Expat-bugs] [ expat-Bugs-1548182 ] MinGW 'FASTCALL' problem (and how to fix it)

SourceForge.net noreply at sourceforge.net
Mon Aug 28 22:58:27 CEST 2006


Bugs item #1548182, was opened at 2006-08-28 22:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1548182&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Sebastian Pipping (hartwork)
Assigned to: Nobody/Anonymous (nobody)
Summary: MinGW 'FASTCALL' problem (and how to fix it)

Initial Comment:
Compiling Expat 2.0.0 with MinGW gives a
'"FASTCALL" redefined' warning.

This can be fixed by changing line 23 in file
"expat_internal.h":


--- #if defined(__GNUC__) && defined(__i386__)
+++ #if defined(__GNUC__) && defined(__i386__) &&
!defined(__MINGW32__)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1548182&group_id=10127


More information about the Expat-bugs mailing list