public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: Mo DeJong <supermo@bayarea.net>
To: sourcenav <sourcenav@sources.redhat.com>
Subject: Re: Headaches building Source Navigator under Windows
Date: Tue, 26 Feb 2002 09:12:00 -0000	[thread overview]
Message-ID: <20020226004746.401e91f0.supermo@bayarea.net> (raw)
In-Reply-To: <26F9F6EAB586D411850700B0D049E6E4014D2E48@shasta.pdx.steptech.com>

On Fri, 22 Feb 2002 13:07:46 -0800
Bruce Edson <bruce@steptech.com> wrote:

> I went to Cygwin site and figured out how to get the rest of the utilities.
> So, now I am at the point where the 'configure' as described in the readme
> file, breaks with the following errors.

> ../sourc/configure --host=i686-pc-cygwin
> --prefix="c:/docume~1/bruce/hpkeck~1/snkeck~1/opt/sourcenav"

Well, this looks ok. Any particular reason you passed a --host option here?
 
> 2.
> configuring in itcl/win
> running /bin/sh ../../../../source/itcl/itcl/win/configure
> --host=i686-pc-cygwin --target=i686-pc-cygwin
> '--prefix=c:/docume~1/bruce/hpkeck~1/snkeck~1/opt/sourcenav'
> --cache-file=../../../config.cache --srcdir=../../../../source/itcl/itcl/win
> cd: can't cd to ../../../tcl/win

Humm, I would think that should be looking in ../tcl8.1/win, but I
am not sure if it matters.

> 6.
> Configuring snavigator...
> checking for Tcl configuration script... (cached)
> /snbuild/tcl8.1/unix/tclConfig.sh
> checking for Tk configuration script... (cached)
> /snbuild/tk8.1/unix/tkConfig.sh
> checking for Tcl headers in the source tree... (cached) configure: error:
> Can't find any Tcl headers
> Configure in /snbuild/snavigator failed, exiting.

Well, this is not right. It should be checking in tcl8.1/win not the
unix subdir. Me thinks something has gone wrong in tcl8.1/configure.in
where it selects either the unix subdir or the win subdir based on the
--host setting.

Go into your $build/tcl8.1 dir and run this grep:
grep CONFIGDIR config.status

You should get a result like:
s%@CONFIGDIR@%win%g

If you get "unix" instead of "win" then that is the problem. You could try
to not pass a --host option and see if that makes any diff.

cheers
Mo

  parent reply	other threads:[~2002-02-26  8:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-22 13:21 Bruce Edson
2002-02-22 13:23 ` Syd Polk
2002-02-22 13:32 ` Ian Roxborough
2002-02-26  9:12 ` Mo DeJong [this message]
2002-02-26  9:20   ` Syd Polk
2002-02-27  8:32     ` Ralf Corsepius
  -- strict thread matches above, loose matches on Subject: below --
2002-02-26 12:30 Bruce Edson
2002-02-26 12:12 Bruce Edson
2002-02-26  0:23 Bruce Edson
2002-02-22 13:52 Bruce Edson
2002-02-22 14:48 ` Ian Roxborough
2002-02-21 17:47 Bruce Edson
2002-02-21 18:08 ` Ian Roxborough
2002-02-21 18:33   ` Mo DeJong
2002-02-21 18:35     ` Ian Roxborough

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=20020226004746.401e91f0.supermo@bayarea.net \
    --to=supermo@bayarea.net \
    --cc=sourcenav@sources.redhat.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).