[openssl.org #425] Build error on Windows NT4?

2003-02-28 Thread Mike Schmidt via RT
I am getting the same error as well on Windows XP Home / VC++ 6.0. I followed the instructions on the apache.org site to build this for Windows for inclusion in the Apache build. I haven't touched the codebase at all. I found this discussion and ran the perl Configure VC-WIN32 (I needed to add

[openssl.org #425] Build error on Windows NT4?

2003-02-23 Thread Brendan Law via RT
, January 02, 2003 2:53 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [openssl.org #425] Build error on Windows NT4? [EMAIL PROTECTED] - Wed Jan 1 18:40:53 2003]: cl ... -c .\crypto\asn1\n_pkey.c .\crypto\asn1\n_pkey.c(96) : error C2370: 'NETSCAPE_ENCRYPTED_PKEY_it

[openssl.org #425] Build error on Windows NT4?

2003-02-23 Thread Stephen Henson via RT
[EMAIL PROTECTED] - Sun Feb 23 22:17:03 2003]: So I've read this thread, and had a look at the code. What do I have to do to fix this error? (exactly) I didn't find out exactly what the OP did to get this error. However you can check that there is a line: #define EXPORT_VAR_AS_FUNCTION

Re: [openssl.org #425] Build error on Windows NT4?

2003-01-01 Thread Andy Polyakov via RT
cl ... -c .\crypto\asn1\n_pkey.c .\crypto\asn1\n_pkey.c(96) : error C2370: 'NETSCAPE_ENCRYPTED_PKEY_it' : redefinition; different storage class .\crypto\asn1\n_pkey.c(93) : see declaration of 'NETSCAPE_ENCRYPTED_PKEY_it' Strange, I checked VC++ 6.0 SP3 and had no

Re: [openssl.org #425] Build error on Windows NT4?

2003-01-01 Thread Jeffrey Altman
Andy Polyakov via RT wrote: cl ... -c .\crypto\asn1\n_pkey.c .\crypto\asn1\n_pkey.c(96) : error C2370: 'NETSCAPE_ENCRYPTED_PKEY_it' : redefinition; different storage class .\crypto\asn1\n_pkey.c(93) : see declaration of 'NETSCAPE_ENCRYPTED_PKEY_it'

[openssl.org #425] Build error on Windows NT4?

2002-12-31 Thread Wirta Ville via RT
Hi! I took 0.9.7 from OpenSSL.org and tried compiling it on Windows NT4 sp6a with Visual Studio command line tools. I followed the instructions of install.w32 but got the following error with ms\do_nasm: SNIP cl /Fotmp32dll\n_pkey.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2 /Ob2

Re: [openssl.org #425] Build error on Windows NT4?

2002-12-31 Thread Dr. Stephen Henson
On Tue, Dec 31, 2002, Wirta Ville via RT wrote: Hi! I took 0.9.7 from OpenSSL.org and tried compiling it on Windows NT4 sp6a with Visual Studio command line tools. I followed the instructions of install.w32 but got the following error with ms\do_nasm: What version of VC++ are you

[openssl.org #425] Build error on Windows NT4?

2002-12-31 Thread Stephen Henson via RT
[[EMAIL PROTECTED] - Tue Dec 31 13:20:55 2002]: Hi! I took 0.9.7 from OpenSSL.org and tried compiling it on Windows NT4 sp6a with Visual Studio command line tools. I followed the instructions of install.w32 but got the following error with ms\do_nasm: SNIP cl