|
RE: ghc --make and missing interface files: msg#00068lang.haskell.glasgow.bugs
I believe I've fixed this one. Simon | -----Original Message----- | From: glasgow-haskell-bugs-admin@xxxxxxxxxxx [mailto:glasgow-haskell-bugs-admin@xxxxxxxxxxx] On | Behalf Of Simon Marlow | Sent: 04 June 2003 11:00 | To: George Russell; glasgow-haskell-bugs@xxxxxxxxxxx | Subject: RE: ghc --make and missing interface files | | | > Hello all, I have a file BinaryIO. This used to import a module | > HGetCharHack to work around an annoying problem with ghc5.04 which | > meant that hGetChar was blocking unexpectedly. However I see that | > this problem has now been fixed in ghc6 (ta very much, Simon) so I | > deleted the files HGetCharHack.*, modified BinaryIO to stop importing | > it, and then tried to compile it using ghc --make. However the thing | > fell over, as follows: | > | > > Skipping ... (lots of files) ... | > > Skipping UnionFind | > > | > > Could not find interface file for `HGetCharHack' | > > (use -v to see a list of the files searched for) | | Yes, this is a known bug (it's been on my whiteboard for a few months). | We will get around to fixing it at some point. In the meantime, | deleting the offending .hi file is the easy workaround. | | Cheers, | Simon | | _______________________________________________ | Glasgow-haskell-bugs mailing list | Glasgow-haskell-bugs@xxxxxxxxxxx | http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | GHC running out of memory, surprisingly., George Russell |
|---|---|
| Next by Date: | broken web link, Dean Herington |
| Previous by Thread: | RE: ghc --make and missing interface files, Simon Marlow |
| Next by Thread: | locating package.conf, Derek Elkins |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |