Sounds like static/dynamic libraries mismatch. Sorry, I did't touch a windows box for close to 10 years now.
Aleksey On 8/18/12 6:07 AM, Isuru Haththotuwa wrote: > Hi Aleksey, > > thanks for the reply. I had a look, read the README and proceeded with > the building. The external include files and libraries that I added are: > > libxml > libxslt > openssl > iconv > > however, in building, I get the following likn error: > > Creating library binaries\libxmlsec.lib and object binaries\libxmlsec.exp > xmldsig.obj : error LNK2001: unresolved external symbol __imp_xmlFree > xmlenc.obj : error LNK2001: unresolved external symbol __imp_xmlFree > xmltree.obj : error LNK2001: unresolved external symbol __imp_xmlFree > xpath.obj : error LNK2001: unresolved external symbol __imp_xmlFree > soap.obj : error LNK2019: unresolved external symbol __imp_xmlFree > referenced in function xmlSecSoap12AddFaultSubcode > templates.obj : error LNK2001: unresolved external symbol __imp_xmlFree > transforms.obj : error LNK2001: unresolved external symbol __imp_xmlFree > xkms.obj : error LNK2001: unresolved external symbol __imp_xmlFree > keysdata.obj : error LNK2001: unresolved external symbol __imp_xmlFree > keysmngr.obj : error LNK2001: unresolved external symbol __imp_xmlFree > list.obj : error LNK2001: unresolved external symbol __imp_xmlFree > nodeset.obj : error LNK2001: unresolved external symbol __imp_xmlFree > dl.obj : error LNK2001: unresolved external symbol __imp_xmlFree > io.obj : error LNK2001: unresolved external symbol __imp_xmlFree > keyinfo.obj : error LNK2001: unresolved external symbol __imp_xmlFree > keys.obj : error LNK2001: unresolved external symbol __imp_xmlFree > base64.obj : error LNK2001: unresolved external symbol __imp_xmlFree > bn.obj : error LNK2001: unresolved external symbol __imp_xmlFree > buffer.obj : error LNK2001: unresolved external symbol __imp_xmlFree > c14n.obj : error LNK2001: unresolved external symbol __imp_xmlFree > xpath.obj : error LNK2001: unresolved external symbol __imp_xmlMalloc > xkms.obj : error LNK2001: unresolved external symbol __imp_xmlMalloc > xmldsig.obj : error LNK2001: unresolved external symbol __imp_xmlMalloc > xmlenc.obj : error LNK2001: unresolved external symbol __imp_xmlMalloc > xmltree.obj : error LNK2001: unresolved external symbol __imp_xmlMalloc > keysmngr.obj : error LNK2001: unresolved external symbol __imp_xmlMalloc > list.obj : error LNK2001: unresolved external symbol __imp_xmlMalloc > nodeset.obj : error LNK2001: unresolved external symbol > __imp_xmlMalloc... etc. > > > and it goes on and on. > > I suspect the issue here is with the lib files and/or dll files of > libxml that I used. But I don't know how should I proceed from here. Any > suggestions for eliminating these errors? > > Thank you. > > On Fri, Aug 17, 2012 at 8:03 PM, Aleksey Sanin <[email protected] > <mailto:[email protected]>> wrote: > > Hi Isuru, > > Take a look at win32/ folder. There are nmake makefiles that should > be pretty straightforward. There are no special xmlsec options, > just a list of files to compile :) > > Aleksey > > On 8/17/12 2:50 AM, Isuru Haththotuwa wrote: > > Hi all, > > > > We use xmlsec as a third party library for a web service engine. > > Currently are in need of upgrading to VC10 64bit build in Windows 7. I > > searched on the internet but didn't come across the topic of building > > xmlsec on Windows 64 bit. Are there any pre-compiled libraries > available > > to download? If not any help on building xmlsec on Windows 7 (64 > bit) is > > much appreciated. > > > > > > -- > > Thanks and Regards, > > Isuru > > > > > > > > _______________________________________________ > > xmlsec mailing list > > [email protected] <mailto:[email protected]> > > http://www.aleksey.com/mailman/listinfo/xmlsec > > > > > > > -- > Thanks and Regards, > Isuru > _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
