Search the web
Sign In
New User? Sign Up
tdom · tDOM - fast DOM / XPath for Tcl in C
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
tdom is required and I need help installng it   Message List  
Reply | Forward Message #1948 of 1983 |
Re: tdom is required and I need help installng it


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.
>





Sat Mar 28, 2009 2:51 pm

demers_barry
Offline Offline
Send Email Send Email

Forward
Message #1948 of 1983 |
Expand Messages Author Sort by Date

I am using Ubuntu 8.10 and am trying to install an application that requires tdom. I went to tdom page an downloaded tdom 0.8.2. Readme file says to goto...
Barry Demers
demers_barry
Offline Send Email
Mar 27, 2009
5:20 pm

... The README say, go to the unix directory and do ../configure (Note the ../ !) rolf...
Rolf Ade
rolf@...
Send Email
Mar 27, 2009
5:32 pm

Tried again got this message: checking for correct TEA configuration... ok (TEA 3.6) checking for Tcl configuration... configure: WARNING: Can't find Tcl...
Barry Demers
demers_barry
Offline Send Email
Mar 27, 2009
8:06 pm

... apt-get install the tcl8.5-dev and tk8.5-dev packages (so you have the necessary Tcl header files, etc.) and then re-run tdom's ../configure. Michael...
Michael A. Cleverly
michaelcleverly
Offline Send Email
Mar 27, 2009
9:01 pm

I removed 8.5 and ran: sudo apt-get install tcl8.4 tcl8.4-dev tk8.4 tk8.4-dev. ... Same issue as earlier attempts. Is Ubuntu putting tcl in a dir that tdom...
Barry Demers
demers_barry
Offline Send Email
Mar 28, 2009
3:33 am

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...
Barry Demers
demers_barry
Offline Send Email
Mar 28, 2009
4:09 am

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...
Larry W. Virden
lvirden
Offline Send Email
Mar 28, 2009
9:50 am

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...
Barry Demers
demers_barry
Offline Send Email
Mar 28, 2009
2:51 pm

... Here's how _I_ found my tdom. $ where teacup /var/tmp/ActiveTcl/bin/teacup $ /var/tmp/ActivetTcl/bin/tclsh8.5 % package require tdom 0.8.3 % exit $ find...
Larry W. Virden
lvirden
Offline Send Email
Mar 29, 2009
5:06 am

You've spent a great deal of time and effort with me here and I really appreciate it. At this point I am pulling the plug, and live without installing this...
Barry Demers
demers_barry
Offline Send Email
Mar 29, 2009
3:55 pm

... Frankly, some basic Linux knowledge would be of help. Invest the time, it will safe you more troubles! kind regards -- Matthias Kraft Software AG, Germany...
Matthias Kraft
matzek
Offline Send Email
Mar 30, 2009
9:48 am

... I apologize - I made the assumption that you were familar with Linux or Unix and should not have made that assumption. To make a change to PATH that you...
Larry W. Virden
lvirden
Offline Send Email
Mar 30, 2009
11:26 am

Larry, I thank you for the continuing dialog. My error in not describing myself as a newbie to Linux. I must proceed with my assembly code project, but if...
Barry Demers
demers_barry
Offline Send Email
Mar 30, 2009
5:35 pm

... tdom has already been reintroduced successfully, and comes with debian {stable|unstable|testing}: see http://packages.qa.debian.org/t/tdom.html as ubuntu...
stefan.sobernig
Offline Send Email
Mar 31, 2009
3:31 pm

Thanks for the heads up. This did in fact allow me to successfully install tDOM, which in turn allowed a successful install of my target app. My thanks to...
Barry Demers
demers_barry
Offline Send Email
Apr 1, 2009
2:52 pm

... The configure file looks for the information about the installed tcl in 'usual' places (like /usr/local/lib). If Ubuntu puts that into an 'unusual' place,...
Rolf Ade
rolf@...
Send Email
Mar 28, 2009
10:00 am

... My personal recommendation would be to install ActiveState's ActiveTcl (pick the version that you need), and then use their "teacup install tdom" to...
Larry W. Virden
lvirden
Offline Send Email
Mar 27, 2009
5:37 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help