[naviserver-devel] NS Initialization (Was: ::xotcl::unknown)

2007-02-20 Thread Zoran Vasiljevic
Am 16.02.2007 um 18:05 schrieb Bernd Eidenschink: Hm, looks like with the 4.99.1 Sourceforge release there is no problem loading xotcl files and working with it. The same seems to fail, no matter what lazyloader setting is used, with the current bin/init.tcl and/or nstrace.tcl. I have l

Re: [naviserver-devel] NS Initialization (Was: ::xotcl::unknown)

2007-02-20 Thread Bernd Eidenschink
Zoran, many thanks for your work! I replaced the given files, commented out the "_my_sourcefiles" proc and call (as I load the files by a separate loader), but this time via the ns_ictl replacement. Thanks! Bernd.

[naviserver-devel] UIO_MAXIOV

2007-02-20 Thread Zoran Vasiljevic
Hi! I haven't updated the sources for quite a long time! We don't compile on anything else but Linux :-( Anyways, the UIO_MAXIOV seems to be defined only for Linux. Neither Mac OSX nor Sun Solaris (not to mention the Windows) define such constant. By looking arround I see people can not find a p

Re: [naviserver-devel] UIO_MAXIOV

2007-02-20 Thread Zoran Vasiljevic
Am 20.02.2007 um 15:23 schrieb Zoran Vasiljevic: Hi! I haven't updated the sources for quite a long time! We don't compile on anything else but Linux :-( Anyways, the UIO_MAXIOV seems to be defined only for Linux. Neither Mac OSX nor Sun Solaris (not to mention the Windows) define such consta

[naviserver-devel] sed -r

2007-02-20 Thread Zoran Vasiljevic
Hi, In the latest configure.in there is a "sed -r" to extract something out of the TCL_LIB. Can we live without that? "sed -r" is a Linux variant only. I know that perhaps in the near future, we will all be running Linux only, but this is by far not the case yet. Some of us are still running Mac

Re: [naviserver-devel] sed -r

2007-02-20 Thread Stephen Deasey
On 2/20/07, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: Hi, In the latest configure.in there is a "sed -r" to extract something out of the TCL_LIB. Can we live without that? "sed -r" is a Linux variant only. I know that perhaps in the near future, we will all be running Linux only, but this is b

Re: [naviserver-devel] sed -r

2007-02-20 Thread Zoran Vasiljevic
Am 20.02.2007 um 16:54 schrieb Stephen Deasey: What's the old skool way of doing this? TCL_LIB="tcl$TCL_VERSION$TCL_DBGX"

Re: [naviserver-devel] UIO_MAXIOV

2007-02-20 Thread Stephen Deasey
On 2/20/07, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: Am 20.02.2007 um 15:23 schrieb Zoran Vasiljevic: > Hi! > > I haven't updated the sources for quite a long time! > We don't compile on anything else but Linux :-( > > Anyways, the UIO_MAXIOV seems to be defined only for > Linux. Neither Mac

Re: [naviserver-devel] UIO_MAXIOV

2007-02-20 Thread Zoran Vasiljevic
Am 20.02.2007 um 17:04 schrieb Stephen Deasey: If BSD etc. doesn't, we'll have to make sure we're handling that error correctly. For the time being, I added this one into the nsd/nsd.h /* * This baroque pre-processor fiddling should be eventually * replaced with a decent configure option a

Re: [naviserver-devel] sed -r

2007-02-20 Thread Bernd Eidenschink
Am Dienstag, 20. Februar 2007 17:01 schrieb Zoran Vasiljevic: > Am 20.02.2007 um 16:54 schrieb Stephen Deasey: > > What's the old skool way of doing this? > > TCL_LIB="tcl$TCL_VERSION$TCL_DBGX" that's not fair! that's too easy! :-)

Re: [naviserver-devel] sed -r

2007-02-20 Thread Stephen Deasey
On 2/20/07, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: Am 20.02.2007 um 16:54 schrieb Stephen Deasey: > What's the old skool way of doing this? TCL_LIB="tcl$TCL_VERSION$TCL_DBGX" You're hired. :-)