From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30476 invoked by alias); 22 Feb 2002 21:32:14 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 30269 invoked from network); 22 Feb 2002 21:32:01 -0000 Received: from unknown (HELO hammerhead.steptech.com) (207.138.226.2) by sources.redhat.com with SMTP; 22 Feb 2002 21:32:01 -0000 Received: from shasta.pdx.steptech.com (shasta.pdx.steptech.com [172.16.0.135]) by hammerhead.steptech.com (8.9.3/8.9.3) with ESMTP id NAA03059 for ; Fri, 22 Feb 2002 13:32:00 -0800 Received: by shasta.pdx.steptech.com with Internet Mail Service (5.5.2653.19) id ; Fri, 22 Feb 2002 13:32:00 -0800 Message-ID: <26F9F6EAB586D411850700B0D049E6E4014D2E49@shasta.pdx.steptech.com> From: Bruce Edson To: sourcenav@sources.redhat.com Subject: RE: Headaches building Source Navigator under Windows Date: Fri, 22 Feb 2002 13:52:00 -0000 X-Mailer: Internet Mail Service (5.5.2653.19) X-SW-Source: 2002-q1/txt/msg00118.txt.bz2 Thanks Syd and Ian. I started by downloading the zip file, SN50-010322-source.zip. I'm using the configure in the source directory that was unzipped from the zip. Did Tcl/TK not come with it? Where should they be in relation to the source directories? Do I need to install this separately from SN and Cygwin? Bruce -----Original Message----- From: Syd Polk [mailto:jazzman@bayarea.net] Sent: Friday, February 22, 2002 1:21 PM To: Bruce Edson Cc: sourcenav@sources.redhat.com Subject: Re: Headaches building Source Navigator under Windows On Friday, February 22, 2002, at 01:07 , Bruce Edson wrote: > Thanks Ian. > > 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. Could you possibly give me some > direction on them? I've numbered the output for each issue I saw as it > ran. > > Directory tree I'm using: > > C:/docume~1/bruce/hpkeck~1/snkeck~1 is where Cygwin and bin utilities > are > installed > C:/docume~1/bruce/hpkeck~1/snkeck~1/source is where the Source > Navigator > source is > C:/docume~1/bruce/hpkeck~1/snkeck~1/snbuild is where my build > directory > is > > I execute the configure from snbuild by invoking the following: > > ../sourc/configure --host=i686-pc-cygwin > --prefix="c:/docume~1/bruce/hpkeck~1/snkeck~1/opt/sourcenav" > Do you mean ../source/configure? > > 1. > grep: /source/libstdc++-v3/configure.in: No such file or directory This is probably benign. > > 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 > This is also benign. It tries in two locations. > > 3. > configuring in itk/win > running /bin/sh ../../../../source/itcl/itk/win/configure > --host=i686-pc-cygwin > --target=i686-pc-cygwin > '--prefix=c:/docume~1/bruce/hpkeck~1/snkeck~1/opt/sourc > enav' --cache-file=../../../config.cache > --srcdir=../../../../source/itcl/itk/win > cd: can't cd to ../../../tcl/win > cd: can't cd to ../../../tk/win > This is also benign. > 4. > Configuring libgui... > checking for working aclocal... missing > checking for working autoconf... missing > checking for working automake... missing > checking for working autoheader... missing > checking for working makeinfo... missing > This is also benign... > 5. > Configuring grep... > checking for working aclocal... missing > checking for working autoconf... missing > checking for working automake... missing > checking for working autoheader... missing > checking for working makeinfo... missing > ditto... > 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. > Where is your tcl.h? Do you have a preinstalled tcl/tk? Or did you check it out with snavigator? The problem here is that it cannot find tcl.h. > Thanks. > > Bruce >