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: Problem building fixinc


Philippe De Muyter wrote:
> > > gcc -c -DIN_GCC -g  -I. -I.. -I../../../egcs/gcc/fixinc -I../../../egcs/gcc/fixi
> > > nc/.. -I../../../egcs/gcc/fixinc/../config -I../../../egcs/gcc/fixinc/../../incl
> > > ude ../../../egcs/gcc/fixinc/fixincl.c
> > > In file included from ../../../egcs/gcc/fixinc/fixlib.h:32,
> > >                  from ../../../egcs/gcc/fixinc/fixincl.c:25:
> > >   MON | RE_CONTEXT_INDEP_ANCHORS | RE_CONTEXT_INVALID_OPS | RE_NO_BK_BRACES | RE
> > >  rspec *ovalue)' not allowed in operand of #if| RE_UNMATCHED_RIGHT_PAREN_ORD)
> > > make[1]: *** [fixincl.o] Error 1
> > > make[1]: Leaving directory `/g/gcc/alpha3/gcc/fixinc'
> > > make: *** [fixinc.sh] Error 2
> >
> 
> Would I dare to say I have a similar problem :
> 
> [[...]]
> cd /share/src/gnu/gccdev/egcs/gcc/fixinc ; /bin/sh ./genfixes /share/src/gnu/gcc
> dev/egcs/gcc/fixinc/fixincl.x
> genfixes cannot create /share/src/gnu/gccdev/egcs/gcc/fixinc/fixincl.x
> gnumake[3]: *** [/share/src/gnu/gccdev/egcs/gcc/fixinc/fixincl.x] Error 1

Sure you can say that, but it is not quite the same.  ;-)
Your problem can be fixed by running the script:

   cd ${top_srcdir} ; sh contrib/gcc_update --touch

But you have pointed out a failing in the script.
I should catch the argument in my case statement with:

  fixincl.x | */fixincl.x ) .... ;;

Thanks!
 	Bruce

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