Re: [tdom] Re: tdom is required and I need help installng it
Barry Demers wrote:
> I removed 8.5 and ran: sudo apt-get install tcl8.4 tcl8.4-dev tk8.4
> tk8.4-dev.
>
> When doing ../configure on tdom-0.8.2 I got:
>>> checking for correct TEA configuration... ok (TEA 3.6)
>>> checking for Tcl configuration... configure: WARNING: Can't find Tcl
configuration definitions.
>
> Same issue as earlier attempts. Is Ubuntu putting tcl in a dir that
> tdom is expecting? Is some file still not being installed?
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, it may not find it by itself.
Search for where the file tclConfig.sh is on your system. Then call
the tDOM configure from the unix directory with
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...
... The README say, go to the unix directory and do ../configure (Note the ../ !) rolf...
Rolf Ade
rolf@...
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...
... 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...
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...
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...
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...
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...
... 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...
... 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, 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...
... tdom has already been reintroduced successfully, and comes with debian {stable|unstable|testing}: see http://packages.qa.debian.org/t/tdom.html as ubuntu...
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...
... 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@...
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...