Ok, got it compiled under CygWin using the -mno-cygwin argument and have linked with the new dll and all of the undefined references have gone but i still get these 2 warnings

G:/Xerces-c-3.1.1/include/xercesc/util/KVStringPair.hpp:176: warning: 'void
xercesc_3_1::KVStringPair::setKey(const XMLCh*, XMLSize_t)' redeclared
without dllimport attribute after being referenced with dll linkage

G:/Xerces-c-3.1.1/include/xercesc/util/KVStringPair.hpp:190: warning: 'void
xercesc_3_1::KVStringPair::setValue(const XMLCh*, XMLSize_t)' redeclared
without dllimport attribute after being referenced with dll linkage

Are these anything to be concerned about?

Bidski

--------------------------------------------------
From: "Boris Kolpackov" <[email protected]>
Sent: Monday, May 24, 2010 11:50 PM
To: <[email protected]>
Subject: Re: Building under Windows with MinGW

Hi,

Bidski <[email protected]> writes:

Can anyone provide me with instructions on how to build Xerces-C++ 3.1.1
under Windows 7 Ultimate 64bit with MinGW 4.4.1. Im not using MSYS or
CygWin, just Windows and MinGW.

You will need to get one of those (CygWin is probably easier). Then
follow build instructions from the Xerces-C++ website.

Boris

--
Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde Command line interface to C++ compiler http://codesynthesis.com/projects/cli


Reply via email to