Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 18:03:19 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        zeus@tetronsoftware.com
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Xlib.h Question 
Message-ID:  <32742.945100999@axl.noc.iafrica.com>
In-Reply-To: Your message of "Mon, 13 Dec 1999 09:56:12 CST." <51F9B228ED26D311A17700A0C9982664010AA6@tetboss.tetronsoftware.com> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Mon, 13 Dec 1999 09:56:12 CST, "Gene Harris" wrote:

> #include <X11/Xfuncproto.h>
> #include <X11/Xosdefs.h>
> 
> If I edit out the "X11/" subdir, everything compiles correctly.  Is
> this a known bug, or have I placed Xlib.h in the wrong subdir?  (It is
> found in /usr/X11R6/include/X11 on my machine.)

You're probably compiling with

	-I/usr/X11R6/include/X11

instead of

	-I/usr/X11R6/include

Ciao,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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