From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18479 invoked by alias); 24 May 2006 22:33:03 -0000 Received: (qmail 18460 invoked by uid 71); 24 May 2006 22:33:01 -0000 Date: Wed, 24 May 2006 22:33:00 -0000 Message-ID: <20060524223301.18459.qmail@sourceware.org> To: kseitz@sources.redhat.com Cc: insight-prs@sources.redhat.com, From: Keith Seitz Subject: [Fwd: Re: insight/297: Compilation Error on Cygwin] Reply-To: Keith Seitz Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00020.txt.bz2 List-Id: The following reply was made to PR insight/297; it has been noted by GNATS. From: Keith Seitz To: insight-gnats@sources.redhat.com Cc: Subject: [Fwd: Re: insight/297: Compilation Error on Cygwin] Date: Wed, 24 May 2006 15:26:04 -0700 -------- Original Message -------- Subject: Re: insight/297: Compilation Error on Cygwin Date: Wed, 24 May 2006 15:25:00 -0700 From: Keith Seitz To: Brett R. Gordon References: <000001c67f7f$3a4f7da0$6401a8c0@PORTANOGGIN> Brett R. Gordon wrote: > Hi Keith, > > Unfortunately, no such luck. I still get build errors using version 6.5, > though these are different errors. I've attached the build output just as > you said (note that I built it once, then ran 'make clean' after getting > errors, and then tried rebuilding.... same errors both times). The failure: gcc -c -g -O2 -I. -I.././gdb -I.././gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I.././gdb/../include/opcode -I.././gdb/../readline/.. -I../bfd -I.././gdb/../bfd -I.././gdb/../include -I../intl -I.././gdb/../intl -DMI_OUT=1 -DGDBTK -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function -Wuninitialized -Werror c-exp.c c-exp.c:1: warning: return type defaults to `int' make[2]: *** [c-exp.o] Error 1 is on a build-generated file. Your configure step shows bison as "/home/brgordon/insight-weekly-6.5.50.20060522/src/missing bison -y". Do you have bison installed? You can use the cygwin setup program to install the bison package. Keith