Date: Sun, 23 Jan 2000 14:03:36 -0800 (PST) From: David Babler <dbabler@Rigel.orionsys.com> To: cjclark@home.com Cc: FreeBSD Questions List <freebsd-questions@FreeBSD.ORG> Subject: Follow up: errors doing 3.4-STABLE buildworld Message-ID: <Pine.BSF.4.05.10001231358370.1256-100000@Rigel.orionsys.com> In-Reply-To: <20000120191909.C73715@cc942873-a.ewndsr1.nj.home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Jan 2000, Crist J. Clark wrote: > On Thu, Jan 20, 2000 at 11:38:51AM -0800, David Babler wrote: > > > > I've been trying to build 3.4-STABLE for a week or more and have been > > getting the same error. > > ...the spot where buildworld craps > > out is always in compiling usr.bin/dosemu: > > > > [...] > > cc -nostdinc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/usr3/src/tmp/usr/include -c /usr3/src/usr.bin/doscmd/tty.c > > [snip] > > > > Now, I've never installed or run X-windows on this machine, but that's > > never been a problem before... > > The Makefile in /usr/src/usr.bin/doscmd has, > > .if exists(${X11BASE}/include) && exists(${X11BASE}/lib/libX11.a) [...] > >From your output, it seems clear make(1) believes that X is on your > machine even you have never installed it. Why would, > > exists(${X11BASE}/include) && exists(${X11BASE}/lib/libX11.a) > > Be evaluating true on your system? Do those exist? Yes! That file's been hanging around a *long* time - I'd forgotten that I played with X-windows on this machine briefly a long time ago (somewhere in 2.1.x days probably - never say never) and apparently didn't nuke everything. Thanks!!.. the build went smoothly after I removed that file. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10001231358370.1256-100000>