[ expat-Bugs-420516 ] Link Failure under Win32 with MSDEV

noreply@sourceforge.net noreply@sourceforge.net
Wed, 25 Jul 2001 13:40:46 -0700


Bugs item #420516, was opened at 2001-05-01 11:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=420516&group_id=10127

Category: XML::Parser
Group: Platform Specific
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Clark Cooper (coopercc)
Summary: Link Failure under Win32 with MSDEV

Initial Comment:
XML::Parser (and other projects that link against 
Expat) fails with link error 2001 "Unresolved external 
symbol _XML_DefaultCurrent".  To fix this problem, 
edit expat.h so that the function name 
XML_DefaultCurrent is preceded by the macro 
XMLPARSEAPI, as it is with the other exported 
functions.  Then recompile and reinstall Expat.

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-25 13:40

Message:
Logged In: YES 
user_id=3066

This is fixed in CVS and the upcoming 1.95.2 release.

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

Comment By: Richard Green (richy)
Date: 2001-06-21 04:46

Message:
Logged In: YES 
user_id=13587

Thanks for the hint ! Can we see this included on the cvs 
tree please ?

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

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