Eric Kow <[EMAIL PROTECTED]> writes: > [Add --disable-unit to configure script > Eric Kow <[EMAIL PROTECTED]>**20081117115625 > Note that with this patch alone, this has no effect other than to disable > the test for QuickCheck > ] hunk ./configure.ac 171
>From memory (I already kludged this by hand) it doesn't help, because make immediately crashes trying to build .depend, because it runs GHC against $(UNIT_FILES). We can't just stop doing *that*, because then dependency information for the unit test modules wouldn't be generated. That's why I suggested earlier (in IRC?) that this be called ./configure --i-promise-not-to-unit-test, and have it also disable UNIT_FILES. I'll try to experimentally confirm my memory sometime in the next forty-eight hours; I'm going to bed right now. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
