On Thu, Oct 08, 1998 at 08:10:09PM -0700, Alex Romosan wrote:
> David Engel <[EMAIL PROTECTED]> writes:
> 
> > On Thu, Oct 01, 1998 at 12:27:17PM -0700, Alex Romosan wrote:
> > > can somebody who know more about tcl (maybe even the tcl maintainer)
> > > take a look at this? i appreciate any help. thank you.
> > 
> > I (the Tcl maintainer) don't have time to do this right now.  Sorry.
> > 
> okay, i posted this a week ago, and since then i've been trying to
> find the solution, with no luck though. i've searched the usenet
> archives at altavista/dejanews, read the comp.lan.tcl newsgroup. there
> is no mention of this problem. what i've discovered so far is that
> none of the mbone programs which use embedded tcl (sdr/vat/vic/nt these
> are the ones i know of) work with the current 8.0.3. they all crash
> with the same error message:
> 
>   invalid command name "tcl_findLibrary" 

tcl_findLibrary is a new proc added in v8.0.3.  It is implemented in
the init.tcl startup script.  I suspect tcl2c needs to incorporate
this into it's version of init.tcl or equivalent since the libtcl8.0
library expects it to be present.

> if we can't get this working by the freeze i propose we take these
> packages out of the next stable release (i guess we won't have a
> choice anyway). sorry to bother you all (and especially david) but i
> need help (and i didn't really get any responses last time).

The upcoming freeze doesn't mean you can't fix bugs, especially
serious ones, like this.  It means that you can't introduce completely
new packages or major new versions of existing packages without good
reason.

David
-- 
David Engel
[EMAIL PROTECTED]

Reply via email to