From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28899 invoked by alias); 3 Oct 2003 16:21:43 -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 28877 invoked from network); 3 Oct 2003 16:21:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Oct 2003 16:21:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h93GLg117256 for ; Fri, 3 Oct 2003 12:21:42 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h93GLgc18249; Fri, 3 Oct 2003 12:21:42 -0400 Received: from [150.1.200.14] (vpn50-4.rdu.redhat.com [172.16.50.4]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h93GLebe005271; Fri, 3 Oct 2003 12:21:41 -0400 Subject: Re: help building for powerpc-eabi under cygwin From: Keith Seitz To: Marc Schafer Cc: "insight@sources.redhat.com" In-Reply-To: <000f01c389b2$e5c36e00$4600000a@canoli> References: <000f01c389b2$e5c36e00$4600000a@canoli> Content-Type: text/plain Organization: Message-Id: <1065198271.1584.5.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 03 Oct 2003 16:21:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q4/txt/msg00013.txt.bz2 On Fri, 2003-10-03 at 06:33, Marc Schafer wrote: > I have not been able to build Insight. I checked the code out from cvs as described on the readme page for cygwin. I > did not use the branch but took the latest version instead. The 2003-02-05 update made it sound like it was no longer > necessary to revert the tcl/tk parts so I skipped steps 2 and 3. The build failed in the tcl stuff, so I went back and > performed step 2 and then tried configuring and building again. So what did you check out? Trunk or a branch? You should use the gdb 6.0 branch for best results. I've once again heard rumors on the gdb list that a release of 6.0 is imminent. (Of course, it was imminent several months ago, too. Nonetheless, I recommend using the 6.0 branch.) Use the branch "gdb_6_0-branch" to check out those sources. > gcc -c -DWIN32 -D_WIN32 -D_MT -D_DLL -I../../../src/tcl/win/../win -I../../../ > src/tcl/win/../generic -D__WIN32__ -D__USE_W32_SOCKETS -g -O2 ../../../src/tcl/ > win/../generic/tclCmdAH.c > In file included from ../../../src/tcl/generic/tclPort.h:23, > from ../../../src/tcl/generic/tclCmdAH.c:18: > ../../../src/tcl/win/tclWinPort.h:20:1: warning: "__USE_W32_SOCKETS" redefined > :14:1: warning: this is the location of the previous definition > ../../../src/tcl/generic/tclCmdAH.c: In function `Tcl_FileObjCmd': > ../../../src/tcl/generic/tclCmdAH.c:670: error: parse error before numeric const > ant tclCmdAH.c:670 is the very last line of Tcl_ExitObjCmd (after the "return TCL_OK;"). This again beckons me to ask: what version of insight are you building? What command did you use to check it out (or what tarball did you download)? Keith