public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: "Patrick Monnerat" <Patrick.Monnerat@datasphere.ch>
To: "Robert Bu" <robert_bu@realsil.com.cn>, <insight@sourceware.org>
Subject: RE: itcl in insight
Date: Wed, 11 Mar 2015 13:34:00 -0000	[thread overview]
Message-ID: <AB5E58B87EB73C46A38073D8F459F113DA00DA@dataspheresrv01> (raw)
In-Reply-To: <0BA358A6A1AD484EA0BECE9A36AA317546093250@rsex2.realsil.com.cn>

 
Robert Bu wrote:
> Hi,
Hi Robert,

> I checked the config log in bundle/libgui. The configure script
checked for tcl, tk. However, it seems that it does not check for itcl.

Insight does not need itcl/itk development files at compile time
anymore. Thus they are not checked. However you must have the runtime
files installed at execution time.

> Build and install is OK here on Redhat Enterprise 6.3 (RHEL-6.3,
x86_64). When I run insight, it complains:
> "Error: can't find package itcl 3.3"

> I tried to install itcl 3.3. It is a quite old version and does not
compile with my TCL (8.5.7). So I installed itcl 3.4.1. Can I tell
insight to use my itcl 3.4.1?

The "3.3" is now only the lower version you need. Since Feb 16, insight
is more tolerant about versions and package name spellings. If you have
git-pulled it recently, it can only be a path problem, not under control
of insight.

Try:
$ wish
% package require itcl
...     <-- here you have either an error or the itcl installed version.
% package require Itcl
...     <-- here you have either an error or the Itcl installed version.

If both fail, this is definitely a path problem in one of tcl or itcl
RHEL package.

Patrick

  reply	other threads:[~2015-03-11 13:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11  3:10 Robert Bu
2015-03-11 13:34 ` Patrick Monnerat [this message]
     [not found] ` <201503120059.t2C0xULO031966@rtits1.realtek.com>
2015-03-12 11:12   ` Robert Bu
2015-03-12 13:53     ` Robert Bu
2015-03-13  2:05     ` Robert Bu
2015-03-13  9:45     ` Patrick Monnerat
2015-03-17 14:53       ` Robert Bu
2015-03-18 13:54         ` Patrick Monnerat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AB5E58B87EB73C46A38073D8F459F113DA00DA@dataspheresrv01 \
    --to=patrick.monnerat@datasphere.ch \
    --cc=insight@sourceware.org \
    --cc=robert_bu@realsil.com.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).