Re: (tcl) modules

2007-11-24 Thread William Pursell
Michael Bane wrote: Does anybody know of 'modules' [1] ready rolled for Debian (etch preferably)? From the man page: Sounds a lot like usepackage. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Tcl/Tk question

2005-08-31 Thread Sven Hoexter
On Tue, Aug 30, 2005 at 11:33:20PM -0300, Leonardo Sá wrote: > Is it possible to change fonts, themes, menu style etc. on Tcl/Tk > applications? http://wiki.tcl.tk/11075 AFAIK the Debian Tk packages are compiled without tile. Sven -- If God passed a mic to me to speak I'd say stay in bed, world

Re: Tcl-DP install help needed

2001-09-26 Thread Shaul Karl
> Hello everybody, > > I'm really frustrated with trying to compile Tcl-DP for debian-i386. > I did download the latest tcl8.3.3 sources, the debian patches and the > tcl-dp 4.0b2 sources. > > First, tcl8.3.3 does not successfully finish make test. I get 6 errors. > Then .. tcl-dp 4.0b does compi

Re: Tcl development conf.

2000-10-26 Thread Shaul Karl
> > Hi!! > > I have a little problem because I am trying to compile something that > requires > the development files of Tcl/Tk. I > have installed both packages (tcl8.2-dev/tk8.2-dev), but it turns out that > the > configure script of this program > does not find tcl.h. I have checked that

Re: Tcl/Tk source ?

1998-03-10 Thread Igor Grobman
> > > > > I wondered if there is a way to 'mimic' install/remove with dpkg? > > > > > > Thanks, > > > > Mac > > > > > > If you go to /var/lib/dpkg, you will find a file called status. This > appears to be how dselect keeps track of what's installed/configured/etc. > The format is prett

Re: Tcl/Tk source ?

1998-03-10 Thread Markus Lechner
Yep, that's it :-) Many thanks. Mac -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED] .

Re: Tcl/Tk source ?

1998-03-10 Thread Markus Lechner
Rich Puhek wrote: > If you go to /var/lib/dpkg, you will find a file called status. This > appears to be how dselect keeps track of what's installed/configured/etc. > The format is pretty self explanitory, so you should be able to hack the > status line of the package in question, "fooling" dselec

Re: Tcl/Tk source ?

1998-03-10 Thread Rich Puhek
On Tue, 10 Mar 1998, Markus Lechner wrote: > Thanks, this information helps a lot. > > > Note that if you build the source yourself, dpkg won't > > know that you've installed tcl and will give you lots of dependency > > errors. This is poor. > > > > I wondered if there is a way to 'mimic' inst

Re: Tcl/Tk source ?

1998-03-10 Thread Markus Lechner
Thanks, this information helps a lot. > Note that if you build the source yourself, dpkg won't > know that you've installed tcl and will give you lots of dependency > errors. This is poor. > I wondered if there is a way to 'mimic' install/remove with dpkg? Thanks, Mac -- E-mail the wor

Re: Tcl/Tk source ?

1998-03-10 Thread David Z. Maze
Markus Lechner <[EMAIL PROTECTED]> writes: ML> i'm expieriencing a problem when compiling different packages ML> which use Tcl/Tk. The problem is that make ends up with an error ML> complaining about a missing tcl.h and tk.h. The paths are set ML> accordingly. Do i use the wrong versions (Tcl7.6,

RE: TCL Libraries

1997-11-15 Thread Remco Blaakmeer
On Fri, 14 Nov 1997, Ralph Winslow wrote: > > On 14-Nov-97 [EMAIL PROTECTED] wrote: > > > >Hi-- > > > >I need to know the path for the tcl.h file and I have been unable to > >locate it myself. Any direction is greatly appreciated. > > Try this: > > find / -type f -name tcl.h -print Much faste

Re: TCL Libraries

1997-11-15 Thread Will Lowe
On Fri, 14 Nov 1997 [EMAIL PROTECTED] wrote: > I need to know the path for the tcl.h file and I have been unable to Not to insult your intelligence, but do you have tcl-dev installed? Will -

RE: TCL Libraries

1997-11-14 Thread Ralph Winslow
On 14-Nov-97 [EMAIL PROTECTED] wrote: > >Hi-- > >I need to know the path for the tcl.h file and I have been unable to >locate it myself. Any direction is greatly appreciated. Try this: find / -type f -name tcl.h -print  > >Thanks in advance! > >Ian > > >-- >TO UNSUBSCRIBE FROM THIS MAILING LIS

Re: Tcl/Tk 8.0

1997-08-31 Thread Anthony Fok
On 30 Aug 1997, Michael Harnois wrote: > Will Lowe <[EMAIL PROTECTED]> writes: > > > ldconfig: warning: can't open /usr/lib/libtcl.so (No such file or > > directory), skipping > > ldconfig: warning: can't open /usr/lib/libtk.so (No such file or > > directory), skipping

Re: Tcl/Tk 8.0

1997-08-31 Thread Will Lowe
On Sat, 30 Aug 1997, Brandon Mitchell wrote: > On Sat, 30 Aug 1997, Will Lowe wrote: > > > ldconfig: warning: can't open /usr/lib/libtcl.so (No such file or > > directory), skipping > > Hmmm... Broken sym link? "file /usr/lib/libtcl.so". If that's the > problem, fix it by hand. It may also b

Re: Tcl/Tk 8.0

1997-08-31 Thread Michael Harnois
Will Lowe <[EMAIL PROTECTED]> writes: > ldconfig: warning: can't open /usr/lib/libtcl.so (No such file or > directory), skipping > ldconfig: warning: can't open /usr/lib/libtk.so (No such file or > directory), skipping Run ldconfig again. If the error doesn't reappea

Re: Tcl/Tk 8.0

1997-08-31 Thread Brandon Mitchell
On Sat, 30 Aug 1997, Will Lowe wrote: > ldconfig: warning: can't open /usr/lib/libtcl.so (No such file or > directory), skipping Hmmm... Broken sym link? "file /usr/lib/libtcl.so". If that's the problem, fix it by hand. It may also be a good idea to reinstall the package to make sure that's

Re: tcl

1997-02-21 Thread Rob Browning
dpk <[EMAIL PROTECTED]> writes: > i just installed debian, and i can't seem find tcl.h On a Debian system, the best way to answer a question like this is to use dpkg's intrinsic ability to find files that it has installed on the system. So, in your case: $ dpkg --search tcl.h tcl76-dev: /us

Re: tcl

1997-02-21 Thread Rick Macdonald
On Fri, 21 Feb 1997, dpk wrote: > i just installed debian, and i can't seem find tcl.h > > i checked where it normally is /usr/include/ but no such luck finding it > there and many other places. is /usr/include the default? i'm wondering > if my installation had errors (i used dselect but it