From owner-freebsd-stable Sun Jun 17 22:41:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hn.egroups.com (hn.egroups.com [208.50.99.199]) by hub.freebsd.org (Postfix) with SMTP id 659A437B408 for ; Sun, 17 Jun 2001 22:41:33 -0700 (PDT) (envelope-from kniveton@yahoo.com) X-eGroups-Return: kniveton@yahoo.com Received: from [10.1.2.230] by hn.egroups.com with NNFMP; 18 Jun 2001 05:41:33 -0000 Date: Mon, 18 Jun 2001 05:41:32 -0000 From: "T.J." To: stable@freebsd.org Subject: STABLE build breaking at unctrl.h Message-ID: <9gk4ac+i8or@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: eGroups Message Poster X-Originating-IP: 63.197.0.77 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, today I re-downloaded the entire 4.3-STABLE branch, and my build is breaking at curses: cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../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. ----- I added an -I/usr/src/lib/libncursees to pick up the curses.h from /usr/src. However, I get the same problem in unctrl.h, and I'm not finding an unctrl.h in /usr/src or /usr/obj. Should this be in the source tree? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message