This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem building fixinc
- To: Philippe De Muyter <phdm at macqel dot be>
- Subject: Re: Problem building fixinc
- From: Bruce Korb <bkorb at sco dot COM>
- Date: Fri, 05 May 2000 13:30:10 -0700
- CC: gcc at gcc dot gnu dot org
- Organization: Santa Cruz Operations
- References: <200005052003.WAA24050@mail.macqel.be>
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