From owner-freebsd-questions Sat Jul 31 10: 9:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.mindspring.com (smtp4.mindspring.com [207.69.200.64]) by hub.freebsd.org (Postfix) with ESMTP id C003814CF0 for ; Sat, 31 Jul 1999 10:09:34 -0700 (PDT) (envelope-from stevensl@mindspring.net) Received: from freelove.mindspring.net (freelove.mindspring.net [207.69.192.92]) by smtp4.mindspring.com (8.8.5/8.8.5) with ESMTP id NAA20467; Sat, 31 Jul 1999 13:09:18 -0400 (EDT) Date: Sat, 31 Jul 1999 13:14:45 -0400 (EDT) From: steven To: freebsd-questions@freebsd.org Cc: dci@ct1.webquill.com Subject: Re: Compilation Problems (wmapm) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had similar problems.. I fixed my install like this first i noticed ldconfig did not have the path for the X11 includes. I added this for good measure. It still would not compile. Looking at the makefile i noticed that path for INCDIR = -I/usr/X11R6/include/X11 the errors i was getting were X11/xpm.h not found. I will assume that INCDIR was getting expanded to /usr/X11R6/include/X11/X11/xpm.h so i dropped X11 from the INCDIR in the makefile and it compiled fine. runs fine too! ~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~ Steven S. linux.com freebsd.org gnustep.org stevensl@mindspring.net 403forbidden.net ~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~'~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message