From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17790 invoked by alias); 21 Jun 2002 17:53:06 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 17752 invoked by uid 71); 21 Jun 2002 17:53:01 -0000 Date: Fri, 21 Jun 2002 10:53:00 -0000 Message-ID: <20020621175301.17751.qmail@sources.redhat.com> To: nobody@sources.redhat.com Cc: insight-prs@sources.redhat.com, From: Keith Seitz Subject: Re: insight/167: insight source files wont build :( Reply-To: Keith Seitz X-SW-Source: 2002-q2/txt/msg00040.txt.bz2 List-Id: The following reply was made to PR insight/167; it has been noted by GNATS. From: Keith Seitz To: Cc: Subject: Re: insight/167: insight source files wont build :( Date: Fri, 21 Jun 2002 10:47:03 -0700 (PDT) On 21 Jun 2002 james_b_wexler@raytheon.com wrote: > make[1]: Entering directory `/project/home/wexlerj/insight/insight-5.0/gdb' > gcc -c -g -O2 -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -I./tui -DGDBTK -DUSE_INCLUDED_REGEX utils.c > In file included from /usr/include/curses.h:111, > from utils.c:28: > /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdbool.h:39: conflicting types for `false' > ../bfd/bfd.h:101: previous declaration of `false' > /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdbool.h:41: conflicting types for `true' > ../bfd/bfd.h:101: previous declaration of `true' > make[1]: *** [utils.o] Error 1 Two comments: 1) utils.c is gdb's file, not Insight's. This should go to gdb@sources.redhat.com. 2) This is really a problem with bfd (as I recall). See discussion on sources.redhat.com: http://sources.redhat.com/ml/gdb-patches/2002-02/msg00197.html Keith