Re: /usr/include/stdlib.h:51: syntax error before size_t

2002-10-08 Thread Hanspeter Roth
On Oct 07 at 16:28, Giorgos Keramidas spoke: By grepping through buildworld logs I saw this passing by: # cd /usr/src/include; make buildincludes; make installincludes I did `make includes' which obviously does both buildincludes and installincludes. Afterwords I was able to

/usr/include/stdlib.h:51: syntax error before size_t

2002-10-07 Thread Hanspeter Roth
In file included from /usr/src/usr.bin/yacc/closure.c:46: /usr/include/stdlib.h:51: syntax error before size_t Is there something more to consider before building world? Did I copy the wrong include directory (/usr/src/include)? -Hanspeter To Unsubscribe: send mail to [EMAIL PROTECTED

Re: /usr/include/stdlib.h:51: syntax error before size_t

2002-10-07 Thread Mark Murray
On Oct 07 at 02:43, Terry Lambert spoke: /usr/include/* is obsolete. Install the new ones instead. When I rename /usr/include and copy /usr/src/include/* to /usr/include I get: Don't do that. Look in src/Makefile* for the right way to fix your includes. (IIRC there is a target,

Re: /usr/include/stdlib.h:51: syntax error before size_t

2002-10-07 Thread Robert Drehmel
On Mon, Oct 07, 2002 at 02:17:00PM +0100, Mark Murray wrote: On Oct 07 at 02:43, Terry Lambert spoke: /usr/include/* is obsolete. Install the new ones instead. When I rename /usr/include and copy /usr/src/include/* to /usr/include I get: Don't do that. Look in

Re: /usr/include/stdlib.h:51: syntax error before size_t

2002-10-07 Thread Terry Lambert
Hanspeter Roth wrote: On Oct 07 at 02:43, Terry Lambert spoke: /usr/include/* is obsolete. Install the new ones instead. When I rename /usr/include and copy /usr/src/include/* to /usr/include I get: What happens when you read the -current archives for other messages which indicate the

Re: /usr/include/stdlib.h:51: syntax error before size_t

2002-10-07 Thread Giorgos Keramidas
On 2002-10-07 14:17, Mark Murray [EMAIL PROTECTED] wrote: On Oct 07 at 02:43, Terry Lambert spoke: /usr/include/* is obsolete. Install the new ones instead. When I rename /usr/include and copy /usr/src/include/* to /usr/include I get: Don't do that. Look in src/Makefile* for