From owner-freebsd-questions Wed Jun 9 13:15:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ct1.webquill.com (ct1.webquill.com [208.130.59.63]) by hub.freebsd.org (Postfix) with ESMTP id C5EFD14E98 for ; Wed, 9 Jun 1999 13:15:33 -0700 (PDT) (envelope-from dci@ct1.webquill.com) Received: (from dci@localhost) by ct1.webquill.com (8.9.1/8.9.1) id QAA20980 for freebsd-questions@freebsd.org; Wed, 9 Jun 1999 16:15:47 -0400 (EDT) From: Chris McCulloh Message-Id: <199906092015.QAA20980@ct1.webquill.com> Subject: Compilation Problems To: freebsd-questions@freebsd.org Date: Wed, 9 Jun 1999 16:15:47 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently installed FreeBSD 3.2 downloaded in complete from cdrom.com. Whenever I try to compile a program that uses X header includes, compilation is unsuccessful. The error messsage given, for example, is the following: wmapm.c:153: X11/X.h: No such file or directory But I've checked in /usr/X11R6/include/X11 and X.h is, in fact, present and accounted for. If I hardcode the location in wmapm.c, the following error message appears: In file included from wmapm.c:154: /usr/X11R6/include/X11/xpm.h:76: X11/Xlib.h: No such file or directory Again, the file is actually there. I've search the mailing lists and seen a few other people asking the same, but have not been able to find any resolution. If anyone can help, it would be much appreciated. Thanks! Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message