Re: Consistent errors making buildworld

1999-04-17 Thread Joe Abley
On Fri, Apr 16, 1999 at 09:45:29PM -0400, Luoqi Chen wrote:
 Do you have an empty /usr/X11R6/include?

Ah, yes I do. Thanks for that :)

 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.

Hav done. I'm a little confused as to why they weren't there already,
actually, as I was certain I had compiled and installed XFree86 from
the port... Ah well :) Whatever.



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Consistent errors making buildworld

1999-04-16 Thread Luoqi Chen
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 majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message