
On Wed, Dec 19, 2001 at 10:54:22AM +0000, Malcolm Wallace wrote:
Fixed in CVS now.
Are you sure? I'm still getting it with a cleanly checked out version.
It is possible there is some lag between my checking in fixes and them appearing in the anonymous copy of the repository.
If you could find out then that might be useful.
And I needed to do
--- src/prelude/IO/IO.hs 2001/12/18 18:47:10 1.9 +++ src/prelude/IO/IO.hs 2001/12/18 22:13:48 @@ -78,7 +78,7 @@ import IoeGetHandle import IoeGetFileName
--- import HGetFileName +import HGetFileName
#if !defined(TRACING) import OpenSocket
in order to get that far this time.
That was one of the changes I already checked in, so it looks like
Just to be sure, did you comment out "import HGetFileName" or did you uncomment it?
there is indeed a delay on the repository. Try doing an update now.
"import HGetFileName" is still commented out and I asm still getting /home/ian/cvs/nhc/script/nhc98 -cpp -c +CTS -lib -redefine -CTS -P../PreludeIO -P../LowB/ -P../ix86-Linux -o /home/ian/cvs/nhc/targets/ix86-Linux/obj/prelude/IO/IO.o IO.hs ====== Errors when renaming: Identifier hGetFileName used at 28:6 is not defined. make[2]: *** [/home/ian/cvs/nhc/targets/ix86-Linux/obj/prelude/IO/IO.o] Error 1 make[2]: Leaving directory `/home/ian/cvs/nhc/src/prelude/IO' make[1]: *** [IO.make] Error 2 make[1]: Leaving directory `/home/ian/cvs/nhc/src/prelude' make: *** [targets/ix86-Linux/prelude] Error 2 Thanks Ian