Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-24 Thread MaxAndr
D:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(69) : error C2082: redefinition of formal parameter '_strset_s' D:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(69) : error C2143: syntax error : missing ';' before '*' D:\Program Files\Microsoft

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-22 Thread Dr. Stephen Henson
On Mon, Oct 22, 2007, Thomas J. Hruska wrote: > Thomas J. Hruska wrote: >>> I am trying to compile version 0.9.8f for Windows, using VC++ 6.0, >>> ActivePerl, and MASM 6.15.8803. >>> >>> I am following the instructions in INSTALL.W32, which works fine for >>> the previous 0.9.8f build, but when I

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-22 Thread Thomas J. Hruska
Thomas J. Hruska wrote: I am trying to compile version 0.9.8f for Windows, using VC++ 6.0, ActivePerl, and MASM 6.15.8803. I am following the instructions in INSTALL.W32, which works fine for the previous 0.9.8f build, but when I get to the point of running "nmake -f ms\ntdll.mak" I get the foll

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-21 Thread Thomas J. Hruska
I am trying to compile version 0.9.8f for Windows, using VC++ 6.0, ActivePerl, and MASM 6.15.8803. I am following the instructions in INSTALL.W32, which works fine for the previous 0.9.8f build, but when I get to the point of running "nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f:

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-13 Thread Dr. Stephen Henson
On Fri, Oct 12, 2007, Chris Clark wrote: > > I do not have NASMW, as the only files included in nasm-0.99.04-win32.zip are: > > COPYING > nasm.exe > ndisasm.exe > > Can anyone tell me what I am doing wrong? > In some distros nasm.exe is named nasmw.exe . Try copying or renaming nasm.exe to na

RE: OpenSSL 0.9.8f Win32 Compile Error

2007-10-13 Thread Ariel Salomon
here. - Ariel From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Chris Clark [EMAIL PROTECTED] Sent: Friday, October 12, 2007 3:58 PM To: openssl-users@openssl.org Subject: Re: OpenSSL 0.9.8f Win32 Compile Error > Did someone forget to add the eq

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-13 Thread Alex Pokotilo
I used following instruction to build the release(I used MSVC 2005 but I think it will work with 2003 too). 1) Create build.bat with following content: @echo off rem the following path point to your MSVC 2005 or 2003 call "E:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat" IF "%1%"

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-12 Thread Chris Clark
I downloaded NASM (nasm-0.99.04-win32.zip) from Soundforge, and gave it a try, and when I run "ms\do_nasm" it is all sucessful but now I get a different error when running "nmake -f ms\ntdll.mak": Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 Copyright (C) Microsoft Corp 1988-199

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-12 Thread Chris Clark
> Did someone forget to add the equate for XMMWORD? > Can anyone tell me how XMMWORD should be defined? It appears that I need more then just the newer version of MASM, and while reading the MASM32 forums they reference this page: http://www.intel.com/cd/ids/developer/asmo-na/eng/167741.htm?page=6

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-12 Thread Chris Clark
> I am following the instructions in INSTALL.W32, which works fine for > the previous 0.9.8f build, but when I get to the point of running > "nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f: oops.. I ment to say that the previous version 0.9.8E works fine, and now that I look closer I

OpenSSL 0.9.8f Win32 Compile Error

2007-10-12 Thread Chris Clark
I am trying to compile version 0.9.8f for Windows, using VC++ 6.0, ActivePerl, and MASM 6.15.8803. I am following the instructions in INSTALL.W32, which works fine for the previous 0.9.8f build, but when I get to the point of running "nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f: B