simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] Re: Error in startup script: can't find package Itc


From: Klaus Rudolph
Subject: Re: [Simulavr-devel] Re: Error in startup script: can't find package Itcl
Date: Sat, 07 Jun 2008 21:05:51 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080421)

Michael Hennebry schrieb:
On Sat, 7 Jun 2008, Klaus Rudolph wrote:

Michael Hennebry schrieb:
On Fri, 6 Jun 2008, Michael Hennebry wrote:


make wrote:

Error in startup script: can't find package Itcl

I got that message both from
make check
and from
make debug
(the README incorrectly says checkdebug)
in simulavrxx_klaus/examples/anacomp .

address@hidden anacomp]$ locate Itcl
/usr/local/avr/source/insight-6.7.1/itcl/itcl/mac/MW_ItclHeader.pch

How do I tell tcl about Itcl?

Does the above output of locate mean that I have it or I don't?

debug2 almost works.
ddd runs and runs the program,
but if there is a gui for ain0 and ain1,
I can't find it.


make debug2 starts no gui, use debug for automated start

Thanks.

What should I do about Itcl?
/usr/share/tcl/tcl8.4 /usr/share/tcl /usr/lib /usr/share/tcl/tcllib1.8 
/usr/share/tcl/tk8.4
Sorry, I thought you already solved the problem.

I installed tcl and itcl from my distribution I think. So it works from without thinking about.

As I can remember for package command in tcl:

you have to put the libs you require in a known path. The path could be seen by
>puts $auto_path
which results in :
/usr/share/tcl/tcl8.4 /usr/share/tcl /usr/lib /usr/share/tcl/tcllib1.8 /usr/share/tcl/tk8.4
on my system.

address@hidden:~/xxx> ls  /usr/share/tcl/itcl3.3/
itcl.tcl pkgIndex.tcl
Now in pkgIndex.tcl is listed what is really needed :
package ifneeded Itcl 3.3 [list load "libitcl3.3.so" Itcl]

which is located on my system in
/usr/lib/libitcl3.3.so

Thats it.

I think you haven't installed itcl as needed. Get the package from sf and install it.
Hope this helps!

Bye
Klaus


I think you have no itcl

> ls






reply via email to

[Prev in Thread] Current Thread [Next in Thread]