[xml] Compliling libxml2 on Win32: problem and fix



To whom it may concern,

I'm using libxml2-2.3.5 on Windows NT.  The libxml_a.dsp Visual C++ project
does not include "list.c".  This causes these sorts of error when linking
libxml2.lib into your project:

libxml2.lib(valid.obj) : error LNK2001: unresolved external symbol
_xmlListInsert
libxml2.lib(valid.obj) : error LNK2001: unresolved external symbol
_xmlListDelete
libxml2.lib(valid.obj) : error LNK2001: unresolved external symbol
_xmlListCreate
libxml2.lib(valid.obj) : error LNK2001: unresolved external symbol
_xmlLinkGetData
libxml2.lib(valid.obj) : error LNK2001: unresolved external symbol
_xmlListEmpty
libxml2.lib(valid.obj) : error LNK2001: unresolved external symbol
_xmlListWalk
libxml2.lib(valid.obj) : error LNK2001: unresolved external symbol
_xmlListRemoveFirst

Adding list.c to the project will fix the problem.  I hope this helps.  I'm
not a member of this list, so please send any replies to dan vertek com 

Dan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]