Date: Mon, 01 May 2000 16:27:36 -0400 From: Daniel Frazier <dfrazier@magpage.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: make buildworld fails... Message-ID: <390DE8B8.69054C3D@magpage.com> References: <390DDA17.BACED80C@magpage.com> <390DE0AA.A5B7166F@magpage.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> I think I found the problem. readline.h contains these lines: > > /* Bindable commands for moving the cursor. */ > extern int rl_forward __P((int, int)); > extern int rl_backward __P((int, int)); > extern int rl_beg_of_line __P((int, int)); > extern int rl_end_of_line __P((int, int)); > %xtern int rl_forward_word __P((int, int)); > extern int rl_backward_word __P((int, int)); > extern int rl_refresh_line __P((int, int)); > extern int rl_clear_screen __P((int, int)); > extern int rl_arrow_keys __P((int, int)); > > the line with the % is line 84, as referred to in the error. It looks > like the obvious fix is to edit that line. > Ok, I made that change and did make buildworld again. Got a different error this time... /usr/src/lib/libc/../libc/stdlib/strtoul.c: In function `strtoul': /usr/src/lib/libc/../libc/stdlib/strtoul.c:81: `ba3e' undeclared (first use this function) /usr/src/lib/libc/../libc/stdlib/strtoul.c:81: (Each undeclared identifier is reported only once /usr/src/lib/libc/../libc/stdlib/strtoul.c:81: for each function it appears in.) *** Error code 1 Stop. and so on. Here is line 81 from strtoul.c... cutlim = (unsigned long)ULONG_MAX % (unsigned long)ba3e; again, it looks like the obvios fix is a little editing. Did that and did make buildworld again, and got a new error: /usr/src/usr.bin/lex/skel.c:435: parse error before `l' *** Error code 1 Stop. Here is line 435 from skel.c: "%+ C++ definition"l looks like another quick job for vi. Am I the only one seeing these errors. Could these errors be the result of something corrupting my source tree? -- ---------------------------------------------------------------------- Daniel Frazier <dfrazier@magpage.com> Tel: 302-239-5900 Ext. 231 System Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?390DE8B8.69054C3D>