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? _______________________________________________ Cvs-hugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-hugs
