From owner-freebsd-questions Mon Sep 17 12:49:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from galaxy.anchoragerescue.org (cable-95-7-237-24.anchorageak.net [24.237.7.95]) by hub.freebsd.org (Postfix) with ESMTP id 667F337B40C for ; Mon, 17 Sep 2001 12:49:08 -0700 (PDT) Received: by galaxy.anchoragerescue.org (Postfix, from userid 0) id DA7CA8C13; Mon, 17 Sep 2001 11:49:07 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: Pete Perreault , questions@FreeBSD.ORG Subject: Re: 'make world' error Date: Mon, 17 Sep 2001 11:49:07 -0800 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20010917194907.DA7CA8C13@galaxy.anchoragerescue.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 17 September 2001 11:12 am, Pete Perreault wrote: > I receive this error when I attempt a 'make world' or 'make buildworld' > > > rses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG > -DHAVE_CONFIG_H -DTERMIOS -DMAIN_PROGRAM > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c > In file included from curses.h:77, > from > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/curses.priv.h:234, > from > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:41: > /usr/include/unctrl.h:57: syntax error before `unctrl' > /usr/include/unctrl.h:57: warning: data definition has no type or storage > class > *** Error code 1 > > Stop in /usr/src/lib/libncurses. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > > > I have re-installed the source to no effect and don't know where to go > from here to troubleshoot the problem. Any suggestions would be > appreciated. > > Pete Do a make clean, delete everything in /usr/obj and try the make world again. Beech To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message