Date: Mon, 18 Jun 2001 05:41:32 -0000 From: "T.J." <kniveton@yahoo.com> To: stable@freebsd.org Subject: STABLE build breaking at unctrl.h Message-ID: <9gk4ac%2Bi8or@eGroups.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9gk4ac%2Bi8or>