Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 1998 17:00:14 -0600 (MDT)
From:      Brett Taylor <brett@peloton.physics.montana.edu>
To:        freebsd-ports@FreeBSD.ORG
Subject:   configure script problem
Message-ID:  <Pine.BSF.3.96.980514164846.19994D-100000@peloton.physics.montana.edu>

next in thread | raw e-mail | index | archive | help
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 </usr/X11R6/include/WMaker.h>
----------------------------------------------------------------------

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980514164846.19994D-100000>