From owner-freebsd-questions Tue Apr 7 19:31:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25392 for freebsd-questions-outgoing; Tue, 7 Apr 1998 19:31:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25293 for ; Tue, 7 Apr 1998 19:30:53 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id UAA07156; Tue, 7 Apr 1998 20:29:58 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 7 Apr 1998 20:29:58 -0600 (MDT) From: Brett Taylor To: Dave Ason cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help: error installing WindowMaker 0.14.x In-Reply-To: <352A9B7C.9B70A039@mindspring.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Dave, > I am trying to install the port WindowMaker 0.14.0 that I downloaded > from the "ports" collection at www.freebsd.org. > > Also, someone on the "misc" newsgroup suggested that I try the > 0.14.1 install found on the windowmaker page. I get the same error with > that version too...is there something missing from my BSD install? > gmake[1]: Entering directory > `/usr/ports/x11/windowmaker/work/WindowMaker-0.14.0/wrlib' > cc -DHAVE_CONFIG_H -I. -I. -I../src -D_BSD_SOURCE > -I/usr/local/include/tiff34 -I/usr/local/include -DUSE_PNG -DUSE_JPEG > -DUSE_TIFF -O -Wall -finline-functions -c raster.c > raster.c:27: X11/Xlib.h: No such file or directory > In file included from raster.c:28: > wraster.h:50: X11/Xlib.h: No such file or directory > wraster.h:51: X11/Xutil.h: No such file or directory You appear to not be finding your X includes. Do your X includes live in /usr/X11R6/include/X11? Does the Xlib.h and Xutil.h file live there? That's where the build is looking for it. Check and see if you can find Xlib.h and Xutil.h somewhere in your X tree - if not, your X installation might be hosed. ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message