Hello!
It isn't right suggestion, but when I've got this error I commented
following lines:
//#if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
// q=((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0;
//#else
q=bn_div_words(n0,n1,d0);
//#endif
in bn_div.c
and all works fine to present time without errors.
Maybe anybody give more reliable suggestion?
Sincerely,
Alexander Tyshlek
marco russo wrote:
>
> Hi all.
> I succefully compiled 0.9.4 version on Windows98 with VC++ 6.0 with the MASM,
>following the steps listed in Install.W32 file:
>
> >perl Configure VC-WIN32
> >ms\do_masm
> >nmake -f ms\ntdll.mak
>
> Now, I'm trying to compile with debug option, modifying the do_masm file at the
>mk1mk.pl lines as follows:
>
> perl util\mk1mf.pl debug dll VC-W31-32 >ms\w31dll.mak
> perl util\mk1mf.pl debug VC-WIN32 >ms\nt.mak
> perl util\mk1mf.pl debug dll VC-WIN32 >ms\ntdll.mak
>
> but, the following error occours:
>
> ...
> Assembling: .\crypto\cast\asm\c-win32.asm
> cl /Fotmp32dll.dbg\c_cfb64.obj -Iinc32 -Itmp32dll.dbg /MDd /W3 /WX /Zi
> /Yd /Od /nologo -DWINDOWS -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DD
> BUG -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll /GD -D_WINDLL -D_DLL
> -c .\crypto\cast\c_cfb64.c
> c_cfb64.c
> cl /Fotmp32dll.dbg\c_ofb64.obj -Iinc32 -Itmp32dll.dbg /MDd /W3 /WX /Zi
> /Yd /Od /nologo -DWINDOWS -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DD
> BUG -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll /GD -D_WINDLL -D_DLL
> -c .\crypto\cast\c_ofb64.c
> c_ofb64.c
> cl /Fotmp32dll.dbg\bn_add.obj -Iinc32 -Itmp32dll.dbg /MDd /W3 /WX /Zi
> Yd /Od /nologo -DWINDOWS -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDE
> UG -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll /GD -D_WINDLL -D_DLL
> -c .\crypto\bn\bn_add.c
> bn_add.c
> cl /Fotmp32dll.dbg\bn_div.obj -Iinc32 -Itmp32dll.dbg /MDd /W3 /WX /Zi
> Yd /Od /nologo -DWINDOWS -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDE
> UG -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll /GD -D_WINDLL -D_DLL
> -c .\crypto\bn\bn_div.c
> bn_div.c
> .\crypto\bn\bn_div.c(241) : error C2220: warning treated as error - no object f
> le generated
> .\crypto\bn\bn_div.c(241) : warning C4244: '=' : conversion from 'unsigned __in
> 64 ' to 'unsigned long ', possible loss of data
> NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\cl.exe' : return code
> '0x2'
> Stop.
>
> Can anyone help me?
> Thanks in advance, Marco
> ------------------------------------------------------------------------
> Questo messaggio e' stato inviato con Telemail http://www.telemail.it ,
> La freemail per la comunicazione unificata gratuita
>
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> Development Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]