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

Re: OpenSSL 0.9.7e Win32 compile problem

2005-01-10 Thread Thomas J. Hruska
At 12:02 PM 1/10/2005 -0800, Serge writeth: >hi, > >I'm trying to compile with static libs using msvc 6.0 >but unsuccessfully, is there a workspace (dsw) file or >makefile for msvc 6.0 to produce the ssl lib? so I can >link to my application without the need of a dll. http://www.slproweb.com/produ

RE: OpenSSL 0.9.7e Win32 compile problem

2005-01-10 Thread Thomas J. Hruska
At 02:20 PM 1/10/2005 -0600, eggy writeth: >No there is not (at least that comes with the tarball), just command line >makefiles.. Actually, I vaugely remember seeing someone with workspaces for OpenSSL. I only use the command-line makefiles because I have to automate an insanely complex process

Re: OpenSSL 0.9.7e Win32 compile problem

2005-01-10 Thread Thomas J. Hruska
At 01:22 PM 1/10/2005 -0600, eggy writeth: > Hello, I reformated my pc a day or so ago, and now that I've installed >visual studio again, I cannot get openssl to compile for me. It worked Did you forget to install the latest Platform SDK* and/or hook it up to VS.NET? That is one of those impl

RE: OpenSSL 0.9.7e Win32 compile problem

2005-01-10 Thread eggy
No there is not (at least that comes with the tarball), just command line makefiles.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Serge Sent: Monday, January 10, 2005 2:02 PM To: openssl-users@openssl.org Subject: Re: OpenSSL 0.9.7e Win32 compile

Re: OpenSSL 0.9.7e Win32 compile problem

2005-01-10 Thread Serge
hi, I'm trying to compile with static libs using msvc 6.0 but unsuccessfully, is there a workspace (dsw) file or makefile for msvc 6.0 to produce the ssl lib? so I can link to my application without the need of a dll. --- eggy <[EMAIL PROTECTED]> wrote: > Hello, I reformated my pc a day or so

OpenSSL 0.9.7e Win32 compile problem

2005-01-10 Thread eggy
Hello, I reformated my pc a day or so ago, and now that I've installed visual studio again, I cannot get openssl to compile for me. It worked fine before my format, so I'm not quite sure what is "missing" so to speak. I've tried compiling with both vs.net 2003 and vs6. This error only happen

Re: openssl-0.9.7c win32 compile error

2003-10-03 Thread Robin Ehrlich
While compiling openssl-0.9.7c on WIN32 I get the following compile error. Has anyone else gotten this error and what is the fix?   Thanks, Robin   S:\tru64\ported\openssl-0.9.7c.win32>nmake -f ms\ntdll.mak      Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0  

RE: Win32 compile

2002-02-28 Thread Jonathan Augenstine
Thanks. ActivePerl seemed to do the trick. -Original Message- From: Dr S N Henson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 2:57 PM To: [EMAIL PROTECTED] Subject: Re: Win32 compile Jonathan Augenstine wrote: > > I had no problems compiling on Solaris but

Re: Win32 compile

2002-02-28 Thread Dr S N Henson
Jonathan Augenstine wrote: > > I had no problems compiling on Solaris but I have been having problems > on Win2000. I am using the perl from cygwin to run Configure and that > appears to complete successfully (no problems reported and it reports > that it is configure for VC-WIN32). But when I

Win32 compile

2002-02-28 Thread Jonathan Augenstine
I had no problems compiling on Solaris but I have been having problems on Win2000. I am using the perl from cygwin to run Configure and that appears to complete successfully (no problems reported and it reports that it is configure for VC-WIN32). But when I run the ms\do_ms.bat I encounter probl

Re: win32 compile

2002-02-01 Thread William Johnston
, 2002 9:56 PM Subject: Re: win32 compile > William Johnston wrote: > > > > openssl-users: > > > > Yes. I found wincrypt.h. > > > > The only errors I am receiving are for the > > declaration of the variable named X509_NAME > > in (line 51). &g

Re: win32 compile

2002-02-01 Thread Dr S N Henson
William Johnston wrote: > > openssl-users: > > Yes. I found wincrypt.h. > > The only errors I am receiving are for the > declaration of the variable named X509_NAME > in (line 51). > > typedef struct pem_recip_st > { > char *name; > X509_NAME *dn; > > int cipher; > int key_enc; > char

Re: win32 compile

2002-02-01 Thread William Johnston
, 2002 5:24 PM Subject: Re: win32 compile > wincrypt.h comes with the Microsoft VC 6 compiler. > > == > Greg Stark > [EMAIL PROTECTED] > == > > > - Original Message - > From: "William Johnston" <[EMAIL PROTEC

Re: win32 compile

2002-02-01 Thread Gregory Stark
wincrypt.h comes with the Microsoft VC 6 compiler. == Greg Stark [EMAIL PROTECTED] == - Original Message - From: "William Johnston" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 4:31 PM Subj

Re: win32 compile failed

2001-04-19 Thread Greg Stark
. _ Greg Stark Ethentica, Inc. [EMAIL PROTECTED] _ - Original Message - From: "Isaac Foraker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 5:51 PM Subject: win32 comp

RE: Win32 compile problem

2000-07-26 Thread Mike Keefer
Paul M. SirianniSent: Wednesday, July 26, 2000 9:18 AMTo: [EMAIL PROTECTED]Subject: Win32 compile problem I am installing the Win32 version of OpenSSL on a Windows NT 4.0 SP5 machine.  I am using Borland C++ Builder 5 for the compile.  I ran bcb4.bat and it worked with no errors

Win32 compile problem

2000-07-26 Thread Paul M. Sirianni
I am installing the Win32 version of OpenSSL on a Windows NT 4.0 SP5 machine.  I am using Borland C++ Builder 5 for the compile.  I ran bcb4.bat and it worked with no errors.  Then I ran GNU Make (make -f bcb.mak).  It churned out the header files but as soon as it hit the c files the follow

Re: Win32 compile error

1999-09-27 Thread Ulf Möller
> When i try to make openssl (nmake -f ms/nt.mak) i get an error because > the file > obj_dat.h didn't exist. The Configure script should generate that file, but there were problems with some version of Perl. This should be fixed in the current snapshot. _