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

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
***replied to -users you gave the no-*** to the wrong Perl script. You have go inside of the ms\do_masm.bat file and find the lines that call the perl script mk1mf.pl. Add the no-idea no-des to those lines. You might want to make a copy of the do_masm.bat file first. See if that works better.

RE: Win32 compile problem

2000-07-26 Thread Mike Keefer
Try using any decent text editor like PFE32 and do a global search and replace or write a small piece of code which identifies path strings and replaces the \ for /... thats it = )   Mike -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pau

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. _