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

SourceForge.net noreply at sourceforge.net
Sat Nov 25 18:42:18 CET 2006


Bugs item #1548182, was opened at 2006-08-28 16:58
Message generated for change (Comment added) made by kwaclaw
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
Private: No
Submitted By: Sebastian Pipping (hartwork)
>Assigned to: Fred L. Drake, Jr. (fdrake)
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__)


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

>Comment By: Karl Waclawek (kwaclaw)
Date: 2006-11-25 12:42

Message:
Logged In: YES 
user_id=290026
Originator: NO

Fred,

I'd like to commit this change. Any objections?

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

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