<p>Cheers Aleksey, I'll give that a try.  </p>
<div class="gmail_quote">On Jun 24, 2014 5:16 PM, "Aleksey Sanin" <<a href="mailto:aleksey@aleksey.com">aleksey@aleksey.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Daniel,<br>
<br>
Unfortunately I don't have Windows dev environment anymore so it would<br>
be hard for me to repro your problem. However, from the error it looks<br>
like there is a problem with global constants. I would suggest to try<br>
to rebuild the library as static libraries and then link xmlsec<br>
statically.<br>
<br>
Aleksey<br>
<br>
On 6/24/14, 5:30 AM, Daniel Taylor wrote:<br>
> I've managed to compile libxml2-2.9.1, libxslt-1.1.28, openssl-1.0.1h<br>
> and xmlsec1-1.2.20 from source, using the nmake version that comes with<br>
> VS2013. The only tweaking I had to do was take out the /OPT:NOWIN98<br>
> references which no longer build.<br>
><br>
> However, when I run a --sign command using libxmla.exe, I get the<br>
> following failure:<br>
><br>
> func=xmlSecPtrListAdd:file=..\src\list.c:line=305:obj=unknown:subj=xmlSecPtrListIsValid(list):error=100:assertion:<br>
> func=xmlSecKeyDataIdsRegister:file=..\src\keysdata.c:line=110:obj=unknown:subj=xmlSecPtrListAdd:error=1:xmlsec<br>
> library function failed:dataId=aes<br>
> func=xmlSecCryptoDLFunctionsRegisterKeyDataAndTransforms:file=..\src\dl.c:line=614:obj=aes:subj=xmlSecKeyDataIdsRegister:error=1:xmlsec<br>
> library function failed:<br>
> func=xmlSecOpenSSLInit:file=..\src\openssl\crypto.c:line=331:obj=unknown:subj=xmlSecCryptoDLFunctionsRegisterKeyDataAndTransforms:error=1:xmlsec<br>
> library function failed:<br>
> func=xmlSecAppCryptoInit:file=..\apps\crypto.c:line=34:obj=unknown:subj=xmlSecCryptoInit:error=1:xmlsec<br>
> library function failed:<br>
> Error: xmlsec crypto intialization failed.<br>
> Error: initialization failed<br>
><br>
> Each makefile (or its configuration) has the /MD flag set and each DLL<br>
> (and xmlseca.exe itself) has a dependency on MSVCR120.dll, matching the<br>
> MD flag.<br>
><br>
> If it's not caused by a runtime mismatch, what else could be causing<br>
> this assert to fail?<br>
><br>
> --<br>
> Dan Taylor<br>
><br>
><br>
> _______________________________________________<br>
> xmlsec mailing list<br>
> <a href="mailto:xmlsec@aleksey.com">xmlsec@aleksey.com</a><br>
> <a href="http://www.aleksey.com/mailman/listinfo/xmlsec" target="_blank">http://www.aleksey.com/mailman/listinfo/xmlsec</a><br>
><br>
</blockquote></div>