Date: Mon, 01 May 2000 15:53:14 -0400 From: Daniel Frazier <dfrazier@magpage.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: make buildworld fails... Message-ID: <390DE0AA.A5B7166F@magpage.com> References: <390DDA17.BACED80C@magpage.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Daniel Frazier wrote: > > cvsupped this morning, tried to make buildworld and got the following > result: > > In file included from > /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/top.c:39: > /usr/obj/usr/src/tmp/usr/include/readline/readline.h:84: parse error > before `%' 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. -- ---------------------------------------------------------------------- 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?390DE0AA.A5B7166F>