public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Grant Edwards <grante@visi.com>
To: Keith Seitz <keiths@cygnus.com>
Cc: insight@sources.redhat.com
Subject: Re: tcl/tk extension problems
Date: Mon, 13 Aug 2001 14:49:00 -0000	[thread overview]
Message-ID: <20010813165042.A8857@visi.com> (raw)
In-Reply-To: <Pine.GSO.4.33.0108131405270.22492-100000@makita.cygnus.com>

On Mon, Aug 13, 2001 at 02:07:04PM -0700, Keith Seitz wrote:
> On Mon, 13 Aug 2001, Grant Edwards wrote:
> 
> > I'm trying to build and install insight-5.0, and it's failing
> > because the directory where I built and installed it 8 months
> > ago isn't there.
> 
> I don't quite understand. You're doing a clean build and install and it's
> complaining about something you did months ago???
> 
> > The files /usr/local/lib/tclConfig.sh and
> > /usr/local/lib/tkConfig.sh seem to have stored away paths to
> > the previous build directory, and now I'm in trouble because I
> > deleted that directory, and the current "make install" is
> > trying to use files out of a long-deceased build/source
> > directory.
> 
> These files should not be used by insight. Insight should be looking for
> the tclConfig.sh and tkConfig.sh that are generated by its own copies of
> tcl and tk.

It's the itcl/itk config file that found the previous
installation:

/home/grante/mybuild/BUILD/insight-5.0/itcl/iwidgets3.0.0/unix:

 Makefile:ITCL_SRC_DIR = /home/grante/insight-5.0-mod/itcl/itcl
 Makefile:ITK_SRC_DIR = /home/grante/insight-5.0-mod/itcl/itk
 config.status:s%@ITCL_SRC_DIR@%/home/grante/insight-5.0-mod/itcl/itcl%g
 config.status:s%@ITK_SRC_DIR@%/home/grante/insight-5.0-mod/itcl/itk%g

It looks like the configure.in files searches default locations
if it isn't passed the --with-tcl option.

-- 
Grant Edwards
grante@visi.com

  reply	other threads:[~2001-08-13 14:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-13 13:40 Grant Edwards
2001-08-13 14:01 ` Grant Edwards
2001-08-13 14:07 ` Keith Seitz
2001-08-13 14:49   ` Grant Edwards [this message]
2001-08-13 15:23     ` Grant Edwards
2001-08-13 14:19 ` Kaoru Fukui

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=20010813165042.A8857@visi.com \
    --to=grante@visi.com \
    --cc=insight@sources.redhat.com \
    --cc=keiths@cygnus.com \
    /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).