Hello,
When I try to compile last SNAP, I got some error :
First when I run perl :
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl Configure -DZLIB
VC-WIN32
Configuring for VC-WIN32
IsWindows=1
CC =cl
CFLAG =-DOPENSSL_SYSNAME_WIN32 -DOPENSSL_THREADS
-DDSO_WIN32 -DOPENSSL_
NO_KRB5 -DZLIB
EX_LIBS =
BN_ASM =bn_asm.o
DES_ENC =des_enc.o fcrypt_b.o
BF_ENC =bf_enc.o
CAST_ENC =c_enc.o
RC4_ENC =rc4_enc.o
RC5_ENC =rc5_enc.o
MD5_OBJ_ASM =
SHA1_OBJ_ASM =
RMD160_OBJ_ASM=
PROCESSOR =
RANLIB =true
ARFLAGS =
PERL =perl
THIRTY_TWO_BIT mode
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined
Configured for VC-WIN32.
D:\Download\openssl-0.9.7-stable-SNAP-20050514>call ms\do_ms.bat
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mkfiles.pl
1>MINFO
D:\Download\openssl-0.9.7-stable-SNAP-20050514>rem perl
util\mk1mf.pl no-sock V
C-MSDOS >ms\msdos.mak
D:\Download\openssl-0.9.7-stable-SNAP-20050514>rem perl
util\mk1mf.pl VC-W31-32
>ms\w31.mak
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mk1mf.pl
dll VC-W31-32
1>ms\w31dll.mak
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mk1mf.pl
no-asm VC-WIN
32 1>ms\nt.mak
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mk1mf.pl
dll no-asm VC
-WIN32 1>ms\ntdll.mak
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mk1mf.pl
no-asm VC-CE
1>ms\ce.mak
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mk1mf.pl
dll no-asm VC
-CE 1>ms\cedll.mak
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mkdef.pl 16
libeay 1>
ms\libeay16.def
WARNING: mkdef.pl doesn't know the following algorithms:
SHA256
SHA512
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mkdef.pl 32
libeay 1>
ms\libeay32.def
WARNING: mkdef.pl doesn't know the following algorithms:
SHA256
SHA512
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mkdef.pl 16
ssleay 1>
ms\ssleay16.def
WARNING: mkdef.pl doesn't know the following algorithms:
SHA256
SHA512
D:\Download\openssl-0.9.7-stable-SNAP-20050514>perl util\mkdef.pl 32
ssleay 1>
ms\ssleay32.def
WARNING: mkdef.pl doesn't know the following algorithms:
SHA256
SHA512
Then, when I run "nmake -f ms\nt.mak" or "nmake -f ms\ntdll.mak", I got the
error :
cl /Fotmp32\fips_sha256.obj -Iinc32 -Itmp32 -DZLIB /MD /W3 /WX /G5
/Ox
/O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32
-DWIN32_LEAN_AND_MEAN -DL
_ENDIAN -DDSO_WIN32 /Fdout32 -DOPENSSL_NO_KRB5 -c
.\fips\sha1\fips_sha256.c
fips_sha256.c
d:\Download\openssl-0.9.7-stable-SNAP-20050514\fips\sha1\fips_md32_common.h(
403)
: error C2220: avertissement consid�r� comme une erreur - aucun
fichier objet g
�n�r�
d:\Download\openssl-0.9.7-stable-SNAP-20050514\fips\sha1\fips_md32_common.h(
403)
: warning C4013: 'FIPS_selftest_failed' non d�fini(e)�; extern
retournant int s
uppos�
NMAKE : fatal error U1077: 'cl'�: code retour '0x2'
Stop.
--> FIPS_selftest_failed is not defined in fips_sha256.c
Thanks
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]