Monday 22 March 2010

Issues in the installation of darcs version of gtk2hs on windows

With ghc-6.10.3


$ autoreconf

configure.ac:105: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /mingw/bin/autoconf failed with exit status: 1

Redoing autoreconf works

$ ./configure

./configure: line 5002: syntax error near unexpected token `GLIB,glib-2.0'
./configure: line 5002: `PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.0.0 gobject-2.0 >=
2.0.0, , as_fn_error "'

With Haskell Platform (ghc-6.10.4)

./configure
There was an error saying that the ghc is not found in the included path. However, it was already there.

No comments:

Post a Comment