Followed instructions regarding teacup. It is certainly in. Feel a bit
sheepish on path issue. I think that my ignorance extends beyond that, though.
When trying to install the app that I really want to use I get a message back
saying that tdom isn't installed. In following your instructions I get this
returned:
barry@polly-control:~$ teacup install tdom
Resolving tdom ... [package tdom 0.8.3 linux-glibc2.3-ix86 ... Already installed
in repository, probing dependencies]
Resolving Tcl 8.4 -is package ... [package Tcl 8.5.6 _ ... Installed outside
repository, probing dependencies]
So, above means that tdom isn't in or I once again have a path issue. I am
using Gnome, and a search for tdom returns nothing to do with tdom, though it
did find 3 unrelated strings. Where would tdom go so I can tell the installer
for mcu8051ide(the app I want) where tdom is? ----From the name of my target
app, you may have surmised that what I really am after is being able to generate
some assembly code for a microcontroller. I am interested in seeing if his ide
will be of value------
--- In
tdom@yahoogroups.com, "Larry W. Virden" <lvirden@...> wrote:
>
> I can help you with using teacup.
>
> 1. at your command line prompt, type
> which teacup
>
> 2. If the response is
> no teacup in ...
> that means you have not yet followed the instructions displayed at the end
> of the ActiveTcl installer program, putting /home/user/activetcl8.5.6/bin in
> your $PATH variable, so
> type
> export PATH=$PATH:/home/user/activetcl8.5.6/bin;export
> MANPATH=$MANPATH:/home/user/activetcl8.5.6/man
> and then type
> which teacup
> again.
>
> 3. When the "which teacup" returns a path, type
> teacup timeout 120
> teacup update-self
> so that you have the latest version of teacup.
>
> 4. Then type
> teacup install tdom
>
> 5. Then, I recommend typing
> teacup update
>
> to get everything else installed.
> You are done.
>
> On 3/27/09, Barry Demers <sdad@...> wrote:
> >
> >
> > I just installed activetcl 8.5.6, into /home/user/activetcl 8.5.6/
> > and got same results when trying to install the tdom 0.8.2 located from the
> > /home/user/tdom-0.8.2/unix/ dir. A suggestion has been made to install tdom
> > using teacup, but with that I am totally clueless.
> >
> > .
> >
>
>
> Read
http://wiki.tcl.tk/teacup_install
>
>
> >
>
>
>
> --
> Tcl - The glue of a new generation.
http://wiki.tcl.tk/
> Larry W. Virden
>
http://www.xanga.com/lvirden/
> Even if explicitly stated to the contrary, nothing in this posting
> should be construed as representing my employer's opinions.
>