From owner-freebsd-ports Thu May 14 16:00:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02429 for freebsd-ports-outgoing; Thu, 14 May 1998 16:00:56 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02419 for ; Thu, 14 May 1998 16:00:54 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id RAA21831 for ; Thu, 14 May 1998 17:00:15 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Thu, 14 May 1998 17:00:14 -0600 (MDT) From: Brett Taylor To: freebsd-ports@FreeBSD.ORG Subject: configure script problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, to go along with the configure script problem w/ gtk I'm trying to figure out today, I have run into another one w/ wmfinder, a WindowMaker based file manager. The configure script cruises along until it tries to find WMaker.h: ----------------------------------------------- checking for /usr/include/X11/WMaker.h... no checking for /usr/X11R6/include/WMaker.h... no checking for /usr/local/include/WMaker.h... no configure: error: Can't find WMaker.h ! ----------------------------------------------- Funny thing is I checked and: peloton: {189} ls -l /usr/X11R6/include/W* -r--r--r-- 1 bin bin 3515 Apr 17 03:27 /usr/X11R6/include/WMaker.h Gee, it's there. So I check the config.log: ----------------------------------------------------------------------- configure:1368: checking for /usr/X11R6/include/WMaker.h configure:1378: c++ -E conftest.C >/dev/null 2>conftest.out In file included from configure:1374: /usr/X11R6/include/WMaker.h:25: X11/Xlib.h: No such file or directory /usr/X11R6/include/WMaker.h:26: X11/Xmd.h: No such file or directory configure: failed program was: #line 1373 "configure" #include "confdefs.h" #include ---------------------------------------------------------------------- So it appears to find the WMaker.h but then gets hosed on the X11 includes. But if you look at the INCLUDES listed in configure (I've fixed the qt location to match ours): ---------------------------------------------------------- #INCLUDES="-I/usr/X11R6/include -I/usr/local/qt/include" INCLUDES="-I/usr/X11R6/include -I/usr/X11R6/include/X11/qt" ----------------------------------------------------------- I don't understand why the configure script can't find X11/Xmd.h and X11/Xlib.h when they ARE in the path listed in the includes... Anyone have any hints here??? Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message