beta6 doesn't compile on XP with
set OPTS=no-asm no-engine no-krb5 no-hw

str_lib.c
.\crypto\store\str_lib.c(62) : fatal error C1083: Cannot open include 
file: 'openssl/engine.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

Removing #include <openssl/engine.h> from store\str_lib.c, or using
#ifndef OPENSSL_NO_ENGINE temporarily solve the problem.

Next compile end with:
e_4758cca.c
.\engines\e_4758cca.c(62) : fatal error C1083: Cannot open include file: 
'openssl/engine.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
Thanks,
-cipo



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to