Re: [AOLSERVER] cvs head build problem

2006-08-07 Thread John Buckman
On Aug 7, 2006, at 6:10 PM, Dossy Shiobara wrote: On 2006.08.07, John Buckman <[EMAIL PROTECTED]> wrote: The modifications to util/*.tcl stated above seem critical and the CVS head should be so patched. The build is still kinda shaky. In theory, you could build like this (on Debian): $ ./co

Re: [AOLSERVER] cvs head build problem

2006-08-07 Thread Nathan Folkman
The plan was to roll all that back so we could get to a simple, and some would argue, more standard build style: - autoconf - configure - make Not quite there yet though it seems... In the mean time, the README file is accurate, and contains instructions that illustrate how things differ from

Re: [AOLSERVER] cvs head build problem

2006-08-07 Thread patrick o'leary
Actually was configure changed back to being the main build? Last time I played with it spent half a night writing a patch until Nate told me to look at the Readme :-) It was changed to doing % /path/to/tclsh nsconfig.tcl Which then calls configure- or has it been updated? P Dossy Shiobara w

Re: [AOLSERVER] cvs head build problem

2006-08-07 Thread Dossy Shiobara
On 2006.08.07, John Buckman <[EMAIL PROTECTED]> wrote: > The modifications to util/*.tcl stated above seem critical and the > CVS head should be so patched. The build is still kinda shaky. In theory, you could build like this (on Debian): $ ./configure TCLSH=/usr/bin/tclsh --with-tcl=/usr/lib/

[AOLSERVER] cvs head build problem

2006-08-07 Thread John Buckman
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