From owner-freebsd-questions Fri Jun 18 16: 5:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 094B714D72 for ; Fri, 18 Jun 1999 16:05:37 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id RAA16566 for freebsd-questions@freebsd.org; Fri, 18 Jun 1999 17:05:35 -0600 (MDT) From: Jonathon Doran Message-Id: <199906182305.RAA16566@ucsu.Colorado.EDU> Subject: Re: X11 problem To: freebsd-questions@freebsd.org Date: Fri, 18 Jun 1999 17:05:35 -0600 (MDT) In-Reply-To: from "S K I N N E R" at Jun 18, 99 05:14:57 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > When I try to compile alot of X app's I keep getting this > error. Cannot find X11/Xutil.h and X11/Xlib.h or no such > file. The files are in /usr/X11R6/include, and you should update the Makefiles for programs you are building to point here. If you are writing your own code, then add to makefile something like: X11INC= /usr/X11R6 ... CFLAGS= -I$(X11INC) Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message