cvs commit: hugs98/libraries Prelude.hs hugs98/src hugs.c input.c prelude.h hugs98/src/unix convert_libraries

Sigbjorn Finne sof@galois.com
Mon, 9 Sep 2002 08:15:46 -0700


Fixed now, I believe.

--sigbjorn

----- Original Message -----
From: "Alastair Reid" <alastair@reid-consulting-uk.ltd.uk>
To: "Ross Paterson" <ross@soi.city.ac.uk>
Cc: "Sigbjorn Finne" <sof@glass.cse.ogi.edu>; <cvs-hugs@haskell.org>
Sent: Monday, September 09, 2002 07:56
Subject: Re: cvs commit: hugs98/libraries Prelude.hs hugs98/src hugs.c
input.c prelude.h hugs98/src/unix convert_libraries


>
> On a completely fresh copy of Hugs, I'm getting this error when I
>
>  make install_libraries_ffi
>
> ./ffihugs -P'{Hugs}/libraries:{Hugs}/oldlib:{Hugs}/lib/hugs' +G
+L"../libraries/Hugs/Storable_aux.c" Hugs.Storable
> runhugs: Error occurred
> Reading file "/home/reid/local/lib/hugs/libraries/Prelude.hs":
> Reading file "/home/reid/local/lib/hugs/libraries/Hugs/Prelude.hs":
> ERROR "/home/reid/local/lib/hugs/libraries/Hugs/Prelude.hs" - Module
"Prelude" recursively imports itself
>
> make: *** [install_libraries_ffi] Error 1
>
>
> There's no urgency to fixing this for me - I shouldn't even be playing
> with Hugs at the moment...
>
>
> A