Re: Compiling Hugs libraries fails
"Neil Mitchell" <[email protected]> Mon, 1 May 2006 16:15:11 +0100
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
> I've had a go at these two. Thanks, I can now get past that bit. But now I get a new error: Preprocessing Network/Hackage/Client Preprocessing Network/Hackage/Interface Preprocessing Network/Hackage/Version runhugs: Error occurred ERROR "libraries/bootlib\System\Directory.hs":140 - Undefined variable "long_path_size" runhugs: Error occurred ERROR "libraries/bootlib\System\Directory.hs":140 - Undefined variable "long_path_size" echo timestamp for bootlib >bootlib/.stamp cd ../cpphs; ../src/runhugs -98 -P../libraries/bootlib ../packages/Cabal/examples/hapax.hs configure --verbose --hugs --scratchdir=../hugsdir --with-compiler=../src/ffihugs runhugs: Error occurred ERROR "../libraries/bootlib\System\Directory.hs":140 - Undefined variable "long_path_size" make[1]: *** [../hugsdir/programs/cpphs/Main.hs] Error 1 Thanks Neil