[Tcl Java] tclblend 1.2.5 help sought

1999-01-03 Thread Larry W. Virden
I fetched the latest tcljava distribution from Scriptics. When I attempt to configure and build it I get: $ /vol/tclsrcsol/tcl82/tcljava/configure --prefix=/usr/tcl82 --exec-prefix=/usr/tcl82/sun4 --with-cc=cc --with-x --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib --enable

[Tcl Java] Re: [Tcl Java] Support of the history command

1999-01-03 Thread Moses DeJong
I was not planning on working on that command myself because it is not a "critical feature". That does not mean you (or someone else) could not implement it and send patches to the list. New patches will be added to a development branch in the cvs as version 1.3. There is some code inside src/jac

[Tcl Java] Support of the history command

1999-01-03 Thread Shawn Boyce
The history command seems to be disabled on purpose. Is support for this command planned? -- Shawn Boyce QCOM Inc. Email: [EMAIL PROTECTED] Phone: (732) 617-1970 x11 Fax: (732) 617-1975 Web: http://www.qcominc.com/people/shawn

[Tcl Java] Re: [Tcl Java] source command bug

1999-01-03 Thread Moses DeJong
Ah yes, the old \r\n hack rears its ugly head again. The main problem here is that the "fix" in Jacl 1.1 was really just an ugly hack that gave the false impression that things were working correctly. The real problem here is that the Jacl "channel" drivers do not take \r\n into account. To really

[Tcl Java] source command bug

1999-01-03 Thread Trella Christopher-P28453
I am sourcing a script that has the following lines in it. Whenever I source it, it gives an error. I am using Jacl 1.2.5. This used to work in Jacl 1.1.1. set x 3 if {$x == 3} \ { puts $x } \ else \ { puts "Bad" } The following is the error information: %source "D:\\TestBench\\ClearCa