Re: errors while installing openssl-SNAP-20080915

2008-09-19 Thread Ger Hobbelt
Ajay, I did not mean the commandline options for nmake, but for the compiler itself (cl.exe). Quick check in documentation --> /WX option must be removed (in your cl.exe commandline, that is the '-WX' option. Checked the repository --> you should remove the '-WX' from the Configure script (and p

Re: errors while installing openssl-SNAP-20080915

2008-09-18 Thread Kyle Hamilton
; : not all dependents > available; > target not built > NMAKE : warning U4010: 'out32dll\ssleay32.dll' : build failed; /K > specified, con > tinuing ... > NMAKE : warning U4011: 'out32dll\randtest.exe' : not all dependents > available; t > arget no

RE: errors while installing openssl-SNAP-20080915

2008-09-18 Thread DHARNA, AJAY [AG/1000]
vailable; ta rget not built NMAKE : warning U4010: 'out32dll\ssleay32.dll' : build failed; /K specified, con tinuing ... NMAKE : warning U4011: 'out32dll\ssltest.exe' : not all dependents available; ta rget not built NMAKE : warning U4010: 'out32dll\ssleay32.dll' : b

Re: errors while installing openssl-SNAP-20080915

2008-09-17 Thread Ger Hobbelt
On Wed, Sep 17, 2008 at 6:10 AM, DHARNA, AJAY [AG/1000] <[EMAIL PROTECTED]> wrote: [...] > cl /Fotmp32dll\bn_nist.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 [...] > crypto\bn\bn_nist.c(718) : error C2220: warning treated as error - no object [...] > Please let me know how I can get past this