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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message