Re: Xlib.h Question

1999-12-13 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Gene Harris" writes: : The following includes incorrectly specify an X11 subdirectory: : : #include No. You are wrong. That include is 100% correct. It is the documented way to include X.h, and has been since at least X11R2 when I started doing X programming,

Re: Xlib.h Question

1999-12-13 Thread Sheldon Hearn
On Mon, 13 Dec 1999 09:56:12 CST, "Gene Harris" wrote: > #include > #include > > 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 com

Xlib.h Question

1999-12-13 Thread Gene Harris
I noticed a problem with includes in Xlib.h on my FreeBSD 3.3-Stable box: The following includes incorrectly specify an X11 subdirectory: #include /* applications should not depend on these two headers being included! */ #include #include If I edit out the "X11/" subdir, everything compiles