On Mon, Jun 27, 2005, Jrgen Hovland wrote:

> Hi
> 
> Does anyone know what to do with this? Im trying to compile a masm version.
> Thank you.
> 
>         cl /Fotmp32dll\ec_asn1.obj  -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox 
> /O2 /
> Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN 
> -DL_ENDIA
> N -DDSO_WIN32 -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM 
> -DOPENSSL_USE_APPLINK -
> I. /Fdout32dll -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_KRB5 -D_WINDLL 
>  -
> DOPENSSL_BUILD_SHLIBCRYPTO -c .\crypto\ec\ec_asn1.c
> ec_asn1.c
> crypto\ec\ec_asn1.c(262) : error C2370: 'ECPKPARAMETERS_it' : redefinition; 
> diff
> erent storage class
>         crypto\ec\ec_asn1.c(259) : see declaration of 'ECPKPARAMETERS_it'
> crypto\ec\ec_asn1.c(273) : error C2370: 'EC_PRIVATEKEY_it' : redefinition; 
> diffe
> rent storage class
>         crypto\ec\ec_asn1.c(270) : see declaration of 'EC_PRIVATEKEY_it'
> NMAKE : fatal error U1077: 'cl' : return code '0x2'
> Stop.
> 
> H:\sdk\openssl-0.9.8-beta6>
> 
> **************************
> 
> H:\sdk\openssl-0.9.7g>nmake -f ms\ntdll.mak
> 
> Microsoft (R) Program Maintenance Utility Version 7.10.3077
> Copyright (C) Microsoft Corporation.  All rights reserved.
> 
> Building OpenSSL
>         cl /Fotmp32dll\n_pkey.obj  -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2 
> /O
> b2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_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' : 
> redefinit
> ion; different storage class
>         crypto\asn1\n_pkey.c(93) : see declaration of 
> 'NETSCAPE_ENCRYPTED_PKEY_i
> t'
> crypto\asn1\n_pkey.c(106) : error C2370: 'NETSCAPE_PKEY_it' : redefinition; 
> diff
> erent storage class
>         crypto\asn1\n_pkey.c(103) : see declaration of 'NETSCAPE_PKEY_it'
> NMAKE : fatal error U1077: 'cl' : return code '0x2'
> Stop.
> 
> H:\sdk\openssl-0.9.7g>
> 

The usual cause of this is forgetting to do:

perl Configure VC-WIN32

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to