Tried to build CVS head today on two linux machines, and had to make
the following patches to get it to build:
inserted
#!/usr/local/bin/tclsh
to
util/nsmakeall.tcl
util/nsremove.tcl
util/nsinstall.tcl
all 3 tcl files were missing a stated interpreter to use and caused
the build to fail. I had to "chmod 777" them, too.
On the machine with gcc 2.96 I had to
# define _nsmayalias
otherwise the C code wouldn't build. Gcc 4.1.0 didn't require this.
To build the nsdbdb module I had to copy from another build
include/Makefile.global
include/Makefile.module
as these no longer seem to be included in the current AOLserver.
The modifications to util/*.tcl stated above seem critical and the
CVS head should be so patched.
-john
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]>
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.