"Ralf S. Engelschall" wrote:
> 
> On Sat, Mar 03, 2001, Jonathon Douglas wrote:
> 
> > when running configure.bat i get an error as follows
> >
> > C:\apdev\modssl>configure.bat --with-apache=..\apache --with-ssl=c:\apdev\op
> > enssl
> > Global symbol "$first2" requires explicit package name at configure.bat line
> > 269
> > .
> > BEGIN not safe after errors--compilation aborted at configure.bat line 283.
> > C:\apdev\modssl>
> 
> Ops, I forgot a complete line to add to configure.bat.
> Now fixed in CVS. The next CVS snapshot will have it fixed.

Even with that, there are still 2 bugs that prevent it from compiling on Win32.
I attach a diff file.

-Joe
-- 
-------------------------------------------------------------------
Joachim Feise PP-ASEL   PhD Student, Information & Computer Science
mailto:[EMAIL PROTECTED]           http://www.ics.uci.edu/~jfeise/
-------------------------------------------------------------------
PGP Fingerprint: C3C2 FC7E 8060 E07F BE37  2BA2 29CF 2867 5328 4DEA
-------------------------------------------------------------------
If Bill Gates had a nickel for every time Windows crashed...
oh wait, he does.
diff -u -r mod_ssl-2.8.1-1.3.19.orig/configure.bat mod_ssl-2.8.1-1.3.19/configure.bat
--- mod_ssl-2.8.1-1.3.19.orig/configure.bat     Sat Mar  3 13:09:13 2001
+++ mod_ssl-2.8.1-1.3.19/configure.bat  Sat Mar  3 13:14:35 2001
@@ -499,7 +499,6 @@
     os\win32\mod_status.mak
     os\win32\mod_usertrack.mak
     os\win32\ApacheOS.mak
-    os\win32\MakeModuleMak.mak
     regex\regex.mak
 )) {
     patch_mak($ssl, $apache, $mak);
diff -u -r mod_ssl-2.8.1-1.3.19.orig/pkg.sslmod/Makefile.win32 
mod_ssl-2.8.1-1.3.19/pkg.sslmod/Makefile.win32
--- mod_ssl-2.8.1-1.3.19.orig/pkg.sslmod/Makefile.win32 Sat Mar  3 02:51:52 2001
+++ mod_ssl-2.8.1-1.3.19/pkg.sslmod/Makefile.win32      Sat Mar  3 13:25:18 2001
@@ -71,7 +71,7 @@
 CC       = cl.exe
 CFLAGS   = /nologo /c /O2 /MD /W3 /GX /DNDEBUG /DWIN32 /D_WINDOWS /DSHARED_MODULE 
/DEAPI
 CFLAGS   = $(CFLAGS) /DMOD_SSL=$(MOD_SSL_VERS_NUM) 
/DMOD_SSL_VERSION=\"$(MOD_SSL_VERS_STR)\"
-CFLAGS   = $(CFLAGS) /I..\..\include /I$(SSL_INC)
+CFLAGS   = $(CFLAGS) /I..\..\include /I..\..\os\win32 /I$(SSL_INC)
 LD       = link.exe
 LDFLAGS  = /nologo
 RM       = del

Reply via email to