From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 03:51:38 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3181E37B401 for ; Mon, 4 Aug 2003 03:51:38 -0700 (PDT) Received: from ns.waishi.jp (ns.waishi.jp [61.199.233.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 390FB43F75 for ; Mon, 4 Aug 2003 03:51:37 -0700 (PDT) (envelope-from yosimoto@waishi.jp) Received: from ns.waishi.jp (ns.waishi.jp [61.199.233.194]) by ns.waishi.jp (Postfix) with SMTP id A4D2A22E13 for ; Mon, 4 Aug 2003 19:51:35 +0900 (JST) Date: Mon, 4 Aug 2003 19:51:35 +0900 From: Shin-ichi YOSHIMOTO To: FreeBSD-current@freebsd.org Message-Id: <20030804195135.0562a9a2.yosimoto@waishi.jp> Organization: WAISHI.JP X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: buildworld broken after installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 10:51:38 -0000 I tried to buildworld and installworld in this morning. After that, buildworld broken like this: [snip] ===> lib/libedit cc -O -pipe -march=pentium4 -I. -I/usr/src/lib/libedit -c editline.c In file included from /usr/src/lib/libedit/chared.h:136, from /usr/src/lib/libedit/el.h:102, from /usr/src/lib/libedit/chared.c:51, from editline.c:4: fcns.h:94:12: warning: ISO C requires whitespace after the macro name In file included from editline.c:9: help.c:51: error: `VI_ZERO' undeclared here (not in a function) [snip] and I checked fcns.h:94. > cat /usr/obj/usr/src/lib/libedit/fcns.h [snip] #define VI_UNDO_LINE 89 #define VI_]ERO 90 <--- ??? #define EL_NUM_FCNS 91 typedef el_action_t (*el_func_t)(EditLine *, int); protected const el_func_t* func__get(void); #endif /* _h_fcns_c */ -- Shin-ichi YOSHIMOTO http://diary.waishi.jp/~yosimoto/diary/