Re: [AOLSERVER] 4.0 build problems (nsoracle, etc.)

2003-02-15 Thread Jeff Davis
Andrew, I have built nsoracle on 4.0 several times without a problem. I can fix the line endings but to be honest it hasn't been a problem for me either when editing the file or build the module. I have installed openacs under postgres and oracle without a problem as well so nspostgres, nsoracle,

Re: [AOLSERVER] 4.0 build problems (nsoracle, etc.)

2003-02-15 Thread Don Baccus
Andrew Piskorski wrote: On Sat, Feb 15, 2003 at 05:04:54AM -0500, Jeff Davis wrote: Andrew, I have built nsoracle on 4.0 several times without a problem. The one change I had to make to get ora8.c compile on 4.0 is: #include ns.h +#include nsdb.h #if !defined(NS_AOLSERVER_3_PLUS)

[AOLSERVER] 4.0 ClientData arg ??

2003-02-15 Thread Andrew Piskorski
Could someone please explain the different uses of the ClientData arg parameter to the Nsv C functions in AOLserver 3.x vs. 4.0? For example, let's look at the 3.x NsTclVSetCmd and the (equivalent but object-ified) 4.x NsTclNsvSetObjCmd functions (see below). I believe the ClientData typdef is a

Re: [AOLSERVER] 4.0 ClientData arg ??

2003-02-15 Thread Dossy
In 3.x, it seems the ClientData parameter is either 's' or 'g' to indicate setter or getter. Evil hackery. :-) I'm not sure what 4.x does with the ClientData parameter. -- Dossy On 2003.02.15, Andrew Piskorski [EMAIL PROTECTED] wrote: Could someone please explain the different uses of the

Re: [AOLSERVER] 4.0 ClientData arg ??

2003-02-15 Thread Brett Schwarz
On Sat, 2003-02-15 at 14:22, Andrew Piskorski wrote: Could someone please explain the different uses of the ClientData arg parameter to the Nsv C functions in AOLserver 3.x vs. 4.0? For example, let's look at the 3.x NsTclVSetCmd and the (equivalent but object-ified) 4.x NsTclNsvSetObjCmd