Re: Fwd: Unexpected signal when buliding hugs98 CVS HEAD
Ross Paterson <[email protected]> Sun, 10 Sep 2006 01:09:12 +0100
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Sep 09, 2006 at 06:48:26PM -0500, Brian Smith wrote: > Thanks. But, now I get an error "No rule to make target > '../hsc2hs/Main.hs'... > > It only happens with a fresh tree. If you already have build hugs once > successfully, then the error doesn't occur. > > [...] > make[1]: *** No rule to make target `../hsc2hs/Main.hs', needed by > `../hugsdir/p > rograms/hsc2hs/Main.hs'. Stop. > make[1]: Leaving directory `/c/projects/hugs98/libraries' > make: *** [all] Error 2 How odd. hsc2hs (including hugs98/hsc2hs/Main.hs) should be fetched by the top-level Makefile when it fetches the libraries and cpphs. Are you starting from a fresh CVS checkout, or are you using a local copy of the libraries?