Did you do a 'cvs up' with the -d option to have it create
new directories? ghc/lib/compat/include contains directory.h,
and is a fairly new addition.
--sigbjorn
----- Original Message -----
From: "David Duke" <djd@xxxxxxxxxxxxxxxx>
To: <glasgow-haskell-bugs@xxxxxxxxxxx>
Sent: Tuesday, April 26, 2005 06:59
Subject: Build problem from CVS ...?
I've been running ghc6.5, downloaded and built along with the other
tools in the fptools cvs repository (I have no pressing need for cutting
edge code, but using the fptools repository is convenient in providing
everything in the one place!).
This morning I updated my repository and tried to rebuild; that failed,
so I ran update again, made "distclean", and tried again (autoreconf,
./configure, make) ... Compilation is failing in ghc with the following
error:
------------------------------------------------------------------------
===fptools== Recursively making `boot' in compat ...
PWD = /home/djd/builds/fptools/ghc/lib
------------------------------------------------------------------------
------------------------------------------------------------------------
==fptools== make boot - --no-print-directory -r;
in /home/djd/builds/fptools/ghc/lib/compat
------------------------------------------------------------------------
../../../glafp-utils/mkdependC/mkdependC -f .depend -I. -Iinclude
-I../../includes -- -O -- cbits/directory.c cbits/rawSystem.c
cbits/directory.c:11:23: directory.h: No such file or directory
cbits/directory.c:11:23: directory.h: No such file or directory
Indeed, there is no file directory.h under the source tree. Should this
have been created during configuration - either way, any suggestions on
why it is missing?
thanks,
David
|