[[EMAIL PROTECTED] - Tue Dec 31 13:20:55 2002]: > Hi! > > I took 0.9.7 from OpenSSL.org and tried compiling it on Windows NT4 sp6a > with Visual Studio command line tools. I followed the instructions of > install.w32 but got the following error with ms\do_nasm: > > <SNIP> > cl /Fotmp32dll\n_pkey.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox > /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAM > E_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DBN_ASM -DMD5_ASM > -DSHA1_ASM -DRMD160_ASM /Fdout32dll -DOPENSSL_NO > _KRB5 -D_WINDLL -DOPENSSL_BUILD_SHLIBCRYPTO -c .\crypto\asn1\n_pkey.c > n_pkey.c > .\crypto\asn1\n_pkey.c(96) : error C2370: 'NETSCAPE_ENCRYPTED_PKEY_it' : > redefinition; different storage class > .\crypto\asn1\n_pkey.c(93) : see declaration of > 'NETSCAPE_ENCRYPTED_PKEY_it' > .\crypto\asn1\n_pkey.c(106) : error C2370: 'NETSCAPE_PKEY_it' : > redefinition; different storage class > .\crypto\asn1\n_pkey.c(103) : see declaration of 'NETSCAPE_PKEY_it' > NMAKE : fatal error U1077: 'cl' : return code '0x2' > Stop. > > D:\openssl-0.9.7> > <SNIP> > > (ms\do_masm and ms\do_ms didn't work either). OpenSSL 0.9.6h compiled OK and > passed all the tests with same instructions. Is there something that could > be done to fix this? Am I doing somethig wrong? >
Strange, I checked VC++ 6.0 SP3 and had no problems. What version of VC++ are you using? ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
