Questions tagged [tcl]

Tcl (originally from "Tool Command Language", but conventionally rendered as "Tcl" rather than "TCL"; is a scripting language.

It is commonly used for rapid prototyping, scripted applications, GUIs and testing. Tcl is used on embedded systems platforms, both in its full form and in several other small-footprint versions.

The combination of Tcl and the Tk GUI toolkit is referred to as Tcl/Tk.

41 questions
14
votes
5 answers

Error: tcl.h not found (no such file or directory)

I'm trying to install something using the 'make' command, however it gives me the fatal error:tcl.h no such file or directory. I'm new to linux, can anyone help me?
Goncalo
  • 141
8
votes
2 answers

Where can I find tclConfig?

I'm trying to install something that uses Tcl and it requires the config file tclConfig. I've installed tcl via sudo apt-get install tcl8.5 but after doing a search there isn't such a file. Did I miss a step somewhere?
tom
  • 81
8
votes
2 answers

Tcl error while installing Wordnet

While installing Wordnet, I'm getting the following error; stubs.c:132:14: error: ‘Tcl_Interp’ has no member named ‘result’ I tried giving following; #define USE_INTERP_RESULT 1 at the end of "config.c" file of the Wordnet. Then als its not…
monisha
  • 181
5
votes
2 answers

Globus Personal Connect: Tcllib installed, but keeps showing "tcllib not found" error

Trying to use Globus Personal Connect on my Ubuntu 16.04, and it requires Tcllib. I have tcllib installed (the newest version), but it still says "Tcllib not found" when I try to access the Globus Connect via "./globusconnect" command. $ sudo…
UsDAnDreS
  • 137
  • 2
  • 5
3
votes
2 answers

How do I let Ubuntu find the install path for tcl?

I am running Ubuntu 16.04. I am trying to install the R package tcltk. When I run install.packages('tcltk'), I get the following error: Installing package into ‘/home/esander/R/x86_64-pc-linux-gnu-library/3.3’ (as ‘lib’ is unspecified) --- Please…
3
votes
1 answer

wish missing but tk is installed

I was wanting to tinker around with TCL/TK programming. I tried to invoke the wish shell, but got this error: $ wish The program 'wish' is currently not installed. You can install it by typing: sudo apt-get install tk So, I tried to apt-get install…
kj4ohh
  • 143
3
votes
1 answer

Tcl: installing package starkit?

(just wanted to document this; self-answer to follow) I just found Visual REGEXP : a graphical explorer for your regexps, which is a Tck/Tk application, so I wanted to try it on Ubuntu 11.04 natty. First I tried that 3.0 version: $ wget…
sdaau
  • 3,154
3
votes
0 answers

Tkinter font not changing on python 3.6.8 on Ubuntu 18.04

I am not able to change the font family of the label in tkinter. I have written the code to explain the issue. I have also attached a link to show the output. (for images please go to this link I have posted the same question here.…
3
votes
1 answer

Tcl/Tk programs fails after upgrade to 18.04

I have a problem with a Tcl/Tk application, redet, and Ubuntu 18.04. I installed it in 17.04, using synaptic so that all its dependencies were pulled in. It continued to work in 17.10. After upgrading to 18.04 it failed to start with the following…
2
votes
1 answer

bash: ./ns: No such file or directory

I am trying to execute a TCL script in NS2 simulator but I see this error: bash: ./ns: No such file or directory The path is `ns-2.35/tcl/ex/wpan.' When I execute this file in ns-2.35, it runs well. How can I fix this?
eli
  • 21
2
votes
1 answer

setting a tcl/tk library path inside a snap package

After making and installing a snap package of tcl/tk, tcl complains it cant find init.tcl in a series of libraries. This has been documented many times with windows, python and tkinter, and a virt environment. This is Linux though. From what I…
2
votes
0 answers

Problem Installing XOOPIC

I am trying to compile and install XOOPIC on Kubuntu 16.04 LTS: http://ptsg.egr.msu.edu/ I installed xgrafix already in /home/downloads/xgrafix, and now I am going on to installing xoopic. For some reason all of the dependencies are not where xoopic…
Nir
  • 31
2
votes
1 answer

sqlite make test fails because of "tcl.h not found" or "undefined reference to Tcl_Free"

I have obtained the sqlite source code with: sudo apt-get install fossil mkdir sqlite cd sqlite fossil clone http://www.sqlite.org/cgi/src/doc/trunk a fossil open a rm a and compiled it with the instructions on the README. Now I want to run make…
2
votes
2 answers

Unable to use 'vi' on Ubuntu 12.04

Whenever I try to open any text file using vi or vim, I get the following error, vim: error while loading shared libraries: libtcl8.5.so.0: cannot open shared object file: No such file or directory I compiled and installed tcl 8.6 from source to…
1
vote
1 answer

Location of Tcl 8.6 library and Location of Tk 8.6 library: not found

Command was sudo auto-apt run ./configure Error message: DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS" Location of "tcl.h": /usr/include/tcl8.6 Location of "tk.h": /usr/include/tcl8.6 Location of Tcl 8.6 library: not found Location of…
Rob
  • 1,849
1
2 3