Meg Morgan wrote:

I was just about to write. I am trying to digest all of the great
information. If I put the #defines in my code before the xmlsec
headers, intestingly enough I get link errors (unresolved externals)
on three variables which happen to be in the transforms.h header.

I would guess that you have errors about AES transforms.
If so then you also need to add
   #define XMLSEC_OPENSSL096 1
   #define XMLSEC_NO_AES 1
because Igor compiles binaries against OpenSSL 0.9.6 and
AES is not supported.


Aleksey

_______________________________________________
xmlsec mailing list
[EMAIL PROTECTED]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to