I tried, It doesnt help...(
But i find an interesting thing. nmake print:
c:\mydir\qt-4.4.3\src\network\ssl\qsslsocket_openssl_symbols_p.h(264) : error C2065: 'STACK' : undeclared identifier
c:\mydir\qt-4.4.3\src\network\ssl\qsslsocket_openssl_symbols_p.h(264) : error C2065: 'STACK' : undeclared identifier
To copy to clipboard, switch view to plain text mode
.
STACK - is type that was in old versions OpenSSL. I used openssl-1.0.0c and there is _STACK type instead STACK!!!
Ok, then i took openssl-0.9.8p version. Tried to build again. Files compiled ok, but linker print an error. problem with libeay32.lib...
well, i'll try to rebuilt all...
Bookmarks