Re: [openssl.org #2974] OpenSSL 0.9.8y compilation error on Windows

2013-02-11 Thread Andy Polyakov via RT
.\ssl\s3_cbc.c(645) : warning C4761: integral size mismatch in argument; conversion supplied NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. fixed in http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=ff58eaa4b645a38f3a226cf566d969fffa64ef94 Downloaded as

Re: [openssl.org #2974] OpenSSL 0.9.8y compilation error on Windows

2013-02-11 Thread Info via RT
Andy Polyakov via RT Mon, 11 Feb 2013 01:18:37 -0800 .\ssl\s3_cbc.c(251) : error C2220: warning treated as error - no object file generated .\ssl\s3_cbc.c(251) : warning C4029: declared formal parameter list different from definition NMAKE : fatal error U1077: 'cl' : return code '0x2'

[openssl.org #2974] OpenSSL 0.9.8y compilation error on Windows

2013-02-11 Thread Stephen Henson via RT
On Sat Feb 09 15:02:54 2013, i...@ecsystems.nl wrote: Same here, but what are we missing by not using /WX ? can the build be relied upon since it is a fatal error to begin with... if it was a warning I would not be concerned. The /WX flags means treat all warnings as errors. Steve. -- Dr

Re: [openssl.org #2974] OpenSSL 0.9.8y compilation error on Windows

2013-02-09 Thread Andy Polyakov via RT
Andy Wang via RT wrote: Configured and built openssl on Windows with: perl Configure VC-WIN32 ms\do_nasm nmake -f ms\ntdll.mak Building OpenSSL cl /Fotmp32dll\s3_cbc.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 /W3 /WX / Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32

Re: [openssl.org #2974] OpenSSL 0.9.8y compilation error on Windows

2013-02-09 Thread Info via RT
Andy Polyakov via RT Sat, 09 Feb 2013 11:08:12 -0800 .\ssl\s3_cbc.c(645) : warning C4761: integral size mismatch in argument; conversion supplied NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. fixed in

[openssl.org #2974] OpenSSL 0.9.8y compilation error on Windows

2013-02-06 Thread Andy Wang via RT
Configured and built openssl on Windows with: perl Configure VC-WIN32 ms\do_nasm nmake -f ms\ntdll.mak Building OpenSSL cl /Fotmp32dll\s3_cbc.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 /W3 /WX / Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DD SO_WIN32