Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 1999 17:05:35 -0600 (MDT)
From:      Jonathon Doran <doranj@Colorado.EDU>
To:        freebsd-questions@freebsd.org
Subject:   Re: X11 problem
Message-ID:  <199906182305.RAA16566@ucsu.Colorado.EDU>
In-Reply-To: <Pine.BSF.4.10.9906181705250.58908-100000@confusion.skinner.org> from "S K I N N E R" at Jun 18, 99 05:14:57 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 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. 

<snip>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906182305.RAA16566>