On 14/07/06, Alistair Bayley <[EMAIL PROTECTED]> wrote:
> I believe the right way to build the package standalone is to use this
Setup.hs
> script:
>
> import Distribution.Simple
> main = defaultMainWithHooks defaultUserHooks
>
> which should run the configure script as part of 'setup configure'. You also
> need to run autoconf to generate configure from configure.ac first.
Ahh.. OK then. I don't seem to have autoconf on my mingw system, so
its off to mingw.org I go...
Right then, now that I've run autoconf, "runhaskell Setup.hs
configure" fails because I don't have HsTimeConfig.h.in. How do I get
one of those?
Alistair
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users