Re: make world failure (egcs)

1999-07-29 Thread Oscar Bonilla

On Thu, Jul 29, 1999 at 08:46:52AM -0400, John W. DeBoskey wrote:
> Hi,
> 
>The following seems to have slipped in over the last 24 hours. I'm
> probably the last to see it, and it may already be fixed, but I don't
> see any obvious commits:
> 
> c++ -c -I/usr/obj/usr/src/tmp/usr/include/g++ -O -pipe 
>-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config 
>-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC 
>-I/usr/obj/usr/src/tmp/usr/include 
>-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -DL_op_new -o 
>_op_new.o /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/new1.cc
> In file included from /usr/obj/usr/src/tmp/usr/include/stddef.h:39,
>  from /usr/obj/usr/src/tmp/usr/include/g++/new:8,
>  from 
>/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/new1.cc:28:
> /usr/obj/usr/src/tmp/usr/include/machine/ansi.h:103: syntax error before 
>`__attribute__'
> /usr/obj/usr/src/tmp/usr/include/machine/ansi.h:104: syntax error before 
>`__attribute__'
> In file included from /usr/obj/usr/src/tmp/usr/include/g++/new:9,
>  from 
>/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/new1.cc:28:
> /usr/obj/usr/src/tmp/usr/include/g++/exception:9: syntax error before string constant
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> 
>source is current as of 2am (6hrs, 45mins ago).
> 

It's been fixed. It had to do with the change from bison to yacc.

regards,

-Oscar

-- 
For PGP Public Key: finger [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make world failure (egcs)

1999-07-29 Thread John W. DeBoskey

Hi,

   The following seems to have slipped in over the last 24 hours. I'm
probably the last to see it, and it may already be fixed, but I don't
see any obvious commits:

c++ -c -I/usr/obj/usr/src/tmp/usr/include/g++ -O -pipe 
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config 
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC 
-I/usr/obj/usr/src/tmp/usr/include 
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -DL_op_new -o 
_op_new.o /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/new1.cc
In file included from /usr/obj/usr/src/tmp/usr/include/stddef.h:39,
 from /usr/obj/usr/src/tmp/usr/include/g++/new:8,
 from /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/new1.cc:28:
/usr/obj/usr/src/tmp/usr/include/machine/ansi.h:103: syntax error before 
`__attribute__'
/usr/obj/usr/src/tmp/usr/include/machine/ansi.h:104: syntax error before 
`__attribute__'
In file included from /usr/obj/usr/src/tmp/usr/include/g++/new:9,
 from /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/new1.cc:28:
/usr/obj/usr/src/tmp/usr/include/g++/exception:9: syntax error before string constant
*** Error code 1

Stop.
*** Error code 1


   source is current as of 2am (6hrs, 45mins ago).

Thanks!
John


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message