Gisle Vanem in gmane.comp.web.curl.library (Sat, 28 Jul 2012 19:00:51 +0200): >"Jan Ehrhardt" <[email protected]> wrote: > >> ../../win32build/include/openssl\x509v3.h(192) : error C2059: syntax >> error : '(' >> >> line 192 of x509v3.h (OpelSSL 1.0.1c) is: >> X509_NAME *directoryName; > >Not user about this one. Use "cl -E" and inspect the output to see why.
Not sure, you mean. I will check this later. >You cannot have -DUSE_SSLEAY and -DUSE_SCHANNEL at the same time. >(connecting_state thus gets defined twice in the same struct). setup.h should >have done an #error in this case. I noticed it. I had to remove all references to curl_schannel to get the latest release compiled WITH_SSL=static and WITH_SSH2=static, like I did before. Mutually exclusive options... Jan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
