From owner-freebsd-current Fri Apr 16 18:47:55 1999 Delivered-To: freebsd-current@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id 11A5314CF2 for ; Fri, 16 Apr 1999 18:47:52 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id VAA20876; Fri, 16 Apr 1999 21:45:29 -0400 (EDT) (envelope-from luoqi) Date: Fri, 16 Apr 1999 21:45:29 -0400 (EDT) From: Luoqi Chen Message-Id: <199904170145.VAA20876@lor.watermarkgroup.com> To: freebsd-current@FreeBSD.ORG, jabley@patho.gen.nz Subject: Re: Consistent errors making buildworld Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do you have an empty /usr/X11R6/include? The Makefile assumes you have the header files if the directory /usr/X11R6/include is present and tries to build the X version of doscmd. This assumption may not be true though. I'll change the Makefile to check for /usr/X11R6/include/X11/X.h instead. By the way, X headers only take 4M disk space, you might want to consider installing them. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message