Build problem from CVS ...?

2005-04-26 Thread David Duke
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
--
Dr. David Duke   Email: [EMAIL PROTECTED]
School of Computing  Web:   www.comp.leeds.ac.uk/djd/
University of Leeds  Tel:   +44 113 343 6800
Leeds, LS2 9JT, U.K. Fax:   +44 113 343 5468
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: Build problem from CVS ...?

2005-04-26 Thread Sigbjorn Finne
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 [EMAIL PROTECTED]
To: glasgow-haskell-bugs@haskell.org
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
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: Build problem from CVS ...?

2005-04-26 Thread David Duke
Sigbjorn Finne wrote:
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.
Oops, I had keft the flag off - and that indeed seems to have fixed the 
problem.

Thanks for the suggestion.
David
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!). 
...

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?


--
Dr. David Duke   Email: [EMAIL PROTECTED]
School of Computing  Web:   www.comp.leeds.ac.uk/djd/
University of Leeds  Tel:   +44 113 343 6800
Leeds, LS2 9JT, U.K. Fax:   +44 113 343 5468
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs