This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: insight/167: insight source files wont build :(


The following reply was made to PR insight/167; it has been noted by GNATS.

From: Keith Seitz <keiths@redhat.com>
To: <james_b_wexler@raytheon.com>
Cc: <insight-gnats@sources.redhat.com>
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
 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]