hi, i do these command using vs6++ and get an error. >F:\Program Files\Microsoft Visual Studio\VC98\Bin\vcvars32.bat >cd C:\devdiv\openssl-0.9.8i >ms\do_ms >nmake -f ms\ntdll.mak
cl /Fotmp32dll\ec_asn1.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_ME _ENDIAN -DDSO_WIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DOPENSSL_USE_APPLINK -I. /Fdout32dll -DOPENSSL_NO_CAMELLIA -DOPENSSL ED -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_TLSEXT -DOPENSSL_NO_CMS -DOPENSSL_NO_CAPIENG -DOPENSSL_NO_KRB5 -DOPENSSL_NO_DYNAMIC_ENGINE -D L -DOPENSSL_BUILD_SHLIBCRYPTO -c .\crypto\ec\ec_asn1.c ec_asn1.c .\crypto\ec\ec_asn1.c(261) : error C2370: 'ECPKPARAMETERS_it' : redefinition; different storage class .\crypto\ec\ec_asn1.c(259) : see declaration of 'ECPKPARAMETERS_it' .\crypto\ec\ec_asn1.c(262) : error C2370: 'ECPKPARAMETERS_it' : redefinition; different storage class .\crypto\ec\ec_asn1.c(259) : see declaration of 'ECPKPARAMETERS_it' .\crypto\ec\ec_asn1.c(272) : error C2370: 'EC_PRIVATEKEY_it' : redefinition; different storage class .\crypto\ec\ec_asn1.c(270) : see declaration of 'EC_PRIVATEKEY_it' .\crypto\ec\ec_asn1.c(273) : error C2370: 'EC_PRIVATEKEY_it' : redefinition; different storage class .\crypto\ec\ec_asn1.c(270) : see declaration of 'EC_PRIVATEKEY_it' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. and i find the subject of the debug. but it still happend the error. how can i resolve.... gamma. 2008-11-25 chenshengda
hi,
i do these command using vs6++ and get an
error.
>F:\Program Files\Microsoft Visual Studio\VC98\Bin\vcvars32.bat
>cd C:\devdiv\openssl-0.9.8i >ms\do_ms
>nmake -f ms\ntdll.mak
cl /Fotmp32dll\ec_asn1.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_ME
_ENDIAN -DDSO_WIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DOPENSSL_USE_APPLINK -I. /Fdout32dll -DOPENSSL_NO_CAMELLIA -DOPENSSL
ED -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_TLSEXT -DOPENSSL_NO_CMS -DOPENSSL_NO_CAPIENG -DOPENSSL_NO_KRB5 -DOPENSSL_NO_DYNAMIC_ENGINE -D
L -DOPENSSL_BUILD_SHLIBCRYPTO -c .\crypto\ec\ec_asn1.c
ec_asn1.c
.\crypto\ec\ec_asn1.c(261) : error C2370: 'ECPKPARAMETERS_it' : redefinition; different storage class
.\crypto\ec\ec_asn1.c(259) : see declaration of 'ECPKPARAMETERS_it'
.\crypto\ec\ec_asn1.c(262) : error C2370: 'ECPKPARAMETERS_it' : redefinition; different storage class
.\crypto\ec\ec_asn1.c(259) : see declaration of 'ECPKPARAMETERS_it'
.\crypto\ec\ec_asn1.c(272) : error C2370: 'EC_PRIVATEKEY_it' : redefinition; different storage class
.\crypto\ec\ec_asn1.c(270) : see declaration of 'EC_PRIVATEKEY_it'
.\crypto\ec\ec_asn1.c(273) : error C2370: 'EC_PRIVATEKEY_it' : redefinition; different storage class
.\crypto\ec\ec_asn1.c(270) : see declaration of 'EC_PRIVATEKEY_it'
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop. and i find the subject of the debug.
but it still happend the error.
how can i resolve....
gamma.
2008-11-25
chenshengda
|