Looks like part of the problem was a downlevel wincrypt.h.
Also, I need to define XML_NO_AES because it's not defined anywhere in the operating system libraries I have.
-- Regards,
J. Bielski
| Aleksey Sanin <[EMAIL PROTECTED]>
10/20/2003 02:48 PM |
To: Julianne Bielski/Raleigh/[EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: [xmlsec] compile problem on Windows 2000 w/mscrypto |
Do you do compilation by yourself or you use the win32/configure.js stuff?
If you use win32/configure.js then what parameters do you pass to it?
Note that I am successfully compile xmlsec with all available libraries
using parameters from win32/mycfg.bat:
static=no debug=yes xslt=yes crypto=mscrypto,openssl,nss
and I am using VC6+SP5
Aleksey
Julianne Bielski wrote:
Having a bit of trouble compiling when crypto=mscrypto.
Using VC 6 SP4.
Seems to be an environment problem. MSVC reporting things like:
error C2061: syntax error : identifier 'xmlSecMSCryptoKeyDataGetCert' in include\xmlsec\mscrypto\certkeys.h
Could there be a variable that's not being set?
-- Regards,
J. Bielski
