[Tcl Java] Re: Using CVS (was: History command for Jacl)

1999-11-26 Thread Christian Krone
Hello, Moses DeJong wrote > [...] a quick note for anyone who wants to do any hacking on > Jacl or Tcl Blend, please use the CVS. It will really make your life > a lot easier. ...detailed instructions snipped... > If you plan on making any major fixes (that involve more than one file), > you real

[Tcl Java] problem in installing Jacl/TeclBlend

1999-11-26 Thread Subhrajyoti Moitra
hi, i downloaded the unix version of Jacl/TclBlend1.2.5 source... i gotta problem with it : i untar it in my home directory... go into tclBlend1.2.5/unix/ and the "configure--with-tcl=/opt/tcl8.2.2".. this runs fine and a make file is made in the directory .. then... #bash# make this is

[Tcl Java] Re: [Tcl Java] Re: Using CVS (was: History command for Jacl)

1999-11-26 Thread Moses DeJong
The best solution for this problem is a tar archive of the CVSROOT. Perhaps it could be updated once a week. This is tricky because this is something that needs to run on the Scriptics CVS server, and I have no control of that system. I can request that the good folks at scriptics implement this,

[Tcl Java] Re: [Tcl Java] problem in installing Jacl/TeclBlend

1999-11-26 Thread Moses DeJong
The first thing you could try is to add the --without-jikes option and see if that fixes the build. I am not sure what version of jikes is getting included in RedHat 6.1, so that might be the problem. I have used the most recent jikes 1.0 series and they seem to work just fine. Do you get this er

[Tcl Java] Re: [Tcl Java] tcljdbc package?

1999-11-26 Thread Christian Krone
Hello, On Mon, 22 Nov 1999, Robert Chou wrote: > > Anyone know of, or is working on, a tcljdbc package similar to tclodbc? Later Moses DeJong wrote: > You should not need any kind of tcljdbc wrapper or anything. You can > create jdbc objects directly from Tcl. The whole point of the tcljava > in

[Tcl Java] [Tcl Java] Re: [Tcl Java] tcljdbc package?

1999-11-26 Thread Robert Chou
>= Original Message From Moses DeJong = >You should not need any kind of tcljdbc wrapper or anything. You can >create jdbc objects directly from Tcl. The whole point of the tcljava >interface is to remove the need to create "wrappers" around C code. >You do not need wrappers when you can