Actually it was even simpler. This error was produced every time i used
"perl Configure VC-WIN32 --prefix=D:\OpenSSL". I took a close look at the
produced makefile and found several wrong paths, where unix style paths
where mixed with Win32 paths like D:\OpenSSL/ssl for the INSTALLTOP var. I
unpacked the Openssl Tarball to another dir and used "perl Configure
VC-WIN32" without the prefix-flag everything worked fine ! No compile errors
were produced !!! I had no time to figure out why, but the error occures
with both openssl-0.9.3a and current openssl-0.9.4 snapshot.
Any Ideas ???

Daniel
----- Original Message -----
From: Ralf S. Engelschall <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 22, 1999 8:05 AM
Subject: Re: mod_ssl 2.3.6


> On Fri, Jul 16, 1999, Daniel Reichenbach wrote:
>
> > I just tried out the new mod_ssl version on Win32 and followed the new
> > instructions in install.win32. I did a Perl Configure VC-WIN32
> > prefix=D:\OpenSSL and I used a fresh openssl 0.9.3a dir. Then i did
> > ms\do_ms. No prob till here.
> > Then i started compiling with nmake-f ms\ntdll.mak
> >
> > Now nmake complains about some invalid escape sequences in
> > crypto\x509\x509_def.c in lines 70, 73 and 76. Here is my output. Can
> > anybody help me?
> >
> >  cl /Fotmp32dll\x509_def.obj  -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2
> > /Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN
> > /Fdout32dll /GD -D_WINDLL -D_DLL  -c .\crypto\x509\x509_def.c
> > x509_def.c
> > .\crypto\x509\x509_def.c(67) : warning C4129: 'P' : Nicht erkannte Folge
von
> > Escape-Zeichen
> > .\crypto\x509\x509_def.c(67) : error C2220: Warnung wird als Fehler
> > interpretiert, es wurde keine Objektdatei angelegt
>
> This is strange. The line 67 in this file looks fine.  Perhaps it's some
> charset conversion problem between Unix and NT? I recommend you to ask on
> [EMAIL PROTECTED], I'm sure someone of the Win32 guys know what is
> going on here.
>                                        Ralf S. Engelschall
>                                        [EMAIL PROTECTED]
>                                        www.engelschall.com

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to