This is the mail archive of the gcc-bugs@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: Yesterdays source can't compile linking.m in libobjc


  In message <199912281625.LAA19950@hiauly1.hia.nrc.ca>you write:
  > /xxx/gnu/gcc-2.96/objdir/gcc/xgcc -B/xxx/gnu/gcc-2.96/objdir/gcc/ -B/usr/lo
  > cal/hppa1.1-hp-hpux10.20/bin/ -fgnu-runtime -c -o linking.o -I. -I../../../
  > libobjc   -O3 -W -Wall -DIN_GCC -I../../../libobjc/objc  -I../../../libobjc
  > /../gcc -I../../../libobjc/../gcc/config -I../../gcc -I../../../libobjc/../
  > include ../../../libobjc/linking.m
  > In file included from ../../../libobjc/objc/Object.h:30,
  >                  from ../../../libobjc/linking.m:28:
  > ../../../libobjc/objc/objc.h:51: parse error before `const'
  > ../../../libobjc/objc/objc.h:57: warning: `BOOL' is not at beginning of dec
  > laration
  > xgcc: Internal compiler error: program cc1obj got fatal signal 11
  > make[2]: *** [linking.o] Error 1
This indicates that you've got some parser files built with different 
(incompatible) versions of bison.

jeff


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