Re: Errors while building OpenSSL in Windows

2008-07-11 Thread Geoff Thorpe
Did you try building with an up-to-date CVS snapshot? ftp://ftp.openssl.org/snapshot/ I don't know if you were using some already-released package version, but if so, then you would miss any fixes since then. (Ie. we don't rerelease 0.9.8x when bugs are found, we release 0.9.8y instead...)

Re: Errors while building OpenSSL in Windows

2008-07-11 Thread Panthers Rock
Thanks for your responses. I downloaded the latest snapshot ftp://ftp.openssl.org/snapshot/openssl-0.9.8-stable-SNAP-20080711.tar.gz and ran the perl configure. Then I executed the ms\do_masm batch file. I called nmake on the ms\ntdll.mak. The compile still fails : Assembling:

Errors while building OpenSSL in Windows

2008-07-10 Thread Panthers Rock
I am trying to do a default build of OpenSSL on Windows. The compiler does not like building with ASM files and complains the following: ml /Cp /coff /c /Cx /Focrypto\sha\asm\s1_win32.obj .\crypto\sha\asm\s1_win32.asm Assembling: .\crypto\sha\asm\s1_win32.asm Microsoft (R) Macro

Re: Errors while building OpenSSL in Windows

2008-07-10 Thread Mounir IDRASSI
Hi, This error have been already reported. Check the following link : http://www.mail-archive.com/[EMAIL PROTECTED]/msg24173.html I'm not sure if my fix have been put into cvs. Cheers, -- Mounir IDRASSI IDRIX http://www.idrix.fr On Thu, July 10, 2008 10:50 pm, Panthers Rock wrote: I am