From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24693 invoked by alias); 3 Jun 2004 03:23:15 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 24679 invoked from network); 3 Jun 2004 03:23:14 -0000 Received: from unknown (HELO fed1rmmtao01.cox.net) (68.230.241.38) by sourceware.org with SMTP; 3 Jun 2004 03:23:14 -0000 Received: from ip68-3-5-250.ph.ph.cox.net ([68.3.5.250]) by fed1rmmtao01.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040603032314.NTPL15874.fed1rmmtao01.cox.net@ip68-3-5-250.ph.ph.cox.net> for ; Wed, 2 Jun 2004 23:23:14 -0400 Received: (qmail 11901 invoked from network); 3 Jun 2004 03:23:16 -0000 Received: from localhost (HELO cox.net) (127.0.0.1) by ip68-3-5-250.ph.ph.cox.net with SMTP; 3 Jun 2004 03:23:16 -0000 Message-ID: <40BE99A4.4020505@cox.net> Date: Thu, 03 Jun 2004 03:23:00 -0000 From: Stephen & Linda Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114 MIME-Version: 1.0 To: Marc Schafer CC: insight@sources.redhat.com, "Keith Seitz" Subject: Re: problem building 6.1 for powerpc on cygwin References: <004a01c448b6$b50fdd20$0b01a8c0@maestrale> <1086193917.2747.11.camel@lindt.uglyboxes.com> <04a101c448c4$bd2c6650$0b01a8c0@maestrale> <1086197005.2747.19.camel@lindt.uglyboxes.com> <40BE863A.30303@cox.net> <001a01c44916$481e7400$6501a8c0@canoli> In-Reply-To: <001a01c44916$481e7400$6501a8c0@canoli> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q2/txt/msg00075.txt.bz2 What you need to do is have the base cygwin install *plus* the development packages *including* tcl\tk (not the sources) from cygwin. Then, I checked out from CVS the insight+dejagnu tree. export host=`$curdir/*-${insight_version}/config.guess` export build=`$curdir/*-${insight_version}/config.guess` export target=powerpc-motorola-elf # yours will be something different. ${curdir}/insight-${insight_version}/configure --prefix=$prefix --target=$target --host=$host --build=$build make CFLAGS:=-DUSE_SYS_TYPES_FD_SET $packaging_dir 2>&1 | tee make.log # I am using a very old cygwin with an up to date cygwin tcl/tk make CFLAGS:=-DUSE_SYS_TYPES_FD_SET $packaging_dir install 2>&1 | tee install.log # I am using a very old cygwin with an up to date cygwin tcl/tk sps Marc Schafer wrote: >I applied the patch but still ended up with errors from the build of tcltk. Can you use tcltk from cygwin >instead of building the one inside the insight tree? > >thanks, >marc > >----- Original Message ----- >From: "Stephen & Linda Smith" >To: "Keith Seitz" >Cc: "Marc Schafer" ; >Sent: Wednesday, June 02, 2004 7:00 PM >Subject: Re: problem building 6.1 for powerpc on cygwin > > >>I built insight successfully from CVS (mainline as opposed to the >>branch) targeting powerpc-motorola-elf about a week ago. I was getting >>the errors refered to earlier without Keith's patch >> >>http://sources.redhat.com/ml/insight/2004-q2/msg00032.html .When I applied patch that everything worked. >> >>Be sure you have a reasonably up to date tcltk on your cygwin installation. >> >> >>sps >> >> >> > >