From owner-freebsd-hackers Mon Dec 13 8: 3:46 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id BF0D614FB8 for ; Mon, 13 Dec 1999 08:03:42 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 11xXwV-0008W7-00; Mon, 13 Dec 1999 18:03:19 +0200 From: Sheldon Hearn To: zeus@tetronsoftware.com Cc: freebsd-hackers@freebsd.org Subject: Re: Xlib.h Question In-reply-to: Your message of "Mon, 13 Dec 1999 09:56:12 CST." <51F9B228ED26D311A17700A0C9982664010AA6@tetboss.tetronsoftware.com> Date: Mon, 13 Dec 1999 18:03:19 +0200 Message-ID: <32742.945100999@axl.noc.iafrica.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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