The following simple 'update' to the NWGNUmakefile in the 2.1 root gets the build process back on track and to completion for NetWare. Not tested the resulting build as yet, tho. :-)
Norm
--- NWGNUmakefile.orig 2005-02-11 07:04:53.000000000 +1100
+++ NWGNUmakefile 2005-02-12 08:24:11.000000000 +1100
@@ -229,7 +229,6 @@
$(OBJDIR)/mpm_common.o \
$(OBJDIR)/mpm_netware.o \
$(OBJDIR)/pcre.o \
- $(OBJDIR)/pcreposix.o \
$(OBJDIR)/protocol.o \
$(OBJDIR)/provider.o \
$(OBJDIR)/request.o \
@@ -241,6 +240,7 @@
$(OBJDIR)/util_filter.o \
$(OBJDIR)/util_md5.o \
$(OBJDIR)/util_nw.o \
+ $(OBJDIR)/util_pcre.o \
$(OBJDIR)/util_script.o \
$(OBJDIR)/util_time.o \
$(OBJDIR)/util_xml.o \EOT
Joe Orton wrote:
On Thu, Feb 10, 2005 at 09:46:11AM -0800, Justin Erenkrantz wrote:
--On Thursday, February 10, 2005 3:45 PM +0000 Joe Orton <[EMAIL PROTECTED]> wrote:
No objections to going ahead with this?
Not from here.
Let's shoot to get the PCRE situation finally resolved for 2.2. -- justin
OK, great. Apologies for everything I just broke...
Updates to the Win32 and Netware builds are needed (I'd screw it up if I did it myself); the changes are:
- add srclib/pcre to compiler include path - build server/util_pcre.c - don't build srclib/pcre/pcreposix.c
joe
.
--- NWGNUmakefile.orig 2005-02-11 07:04:53.000000000 +1100
+++ NWGNUmakefile 2005-02-12 08:24:11.000000000 +1100
@@ -229,7 +229,6 @@
$(OBJDIR)/mpm_common.o \
$(OBJDIR)/mpm_netware.o \
$(OBJDIR)/pcre.o \
- $(OBJDIR)/pcreposix.o \
$(OBJDIR)/protocol.o \
$(OBJDIR)/provider.o \
$(OBJDIR)/request.o \
@@ -241,6 +240,7 @@
$(OBJDIR)/util_filter.o \
$(OBJDIR)/util_md5.o \
$(OBJDIR)/util_nw.o \
+ $(OBJDIR)/util_pcre.o \
$(OBJDIR)/util_script.o \
$(OBJDIR)/util_time.o \
$(OBJDIR)/util_xml.o \
