This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: libg++-2_8_2-980731 failed make check on egcs-19980824 on rs


>>>>> rodneybrown  <rodneybrown@pmsc.com> writes:

 > libg++-2_8_2-980731 failed to complete the make check using
 > egcs-19980824 on rs6000-ibm-aix4.2.0.0

 > The failure in curses.h is caused by a 'typedef int bool;' which isn't
 > guarded by __cplusplus as the successive 'typedef char bool;' and which
 > is used in the intervening function prototypes. Kludging around this
 > gave the link failure with termcap.

 > Should the curses.h problem be fixed by fixincludes?

Yes.  You could just copy the code out of fixinc.wrap.

Jason


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