GHC 6.4 release candidates available

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Fri Feb 11 08:17:06 EST 2005


"Simon Marlow" <simonmar at microsoft.com> writes:

> I'm having some trouble with the XML docbook formatting tools right now.
> If you have a source tree, 'make html' should work in
> ghc/docs/users_guide.

Sadly, not.

    $ cvs checkout ... 
    $ cd fptools
    $ autoreconf
    $ ./configure
    [....]
    checking for xmllint... /usr/bin/xmllint
    checking for DocBook DTD... ok
    checking for xsltproc... /usr/bin/xsltproc
    checking for DocBook XSL stylesheet directory... ./configure: line 4517:  1746 Segmentation fault      $XsltprocCmd ${fp_var}/html/docbook.xsl conftest.xml >/dev/null 2>&1
    ./configure: line 4517:  1799 Segmentation fault      $XsltprocCmd ${fp_var}/html/docbook.xsl conftest.xml >/dev/null 2>&1
    no
    [....]

Regards,
    Malcolm


More information about the Glasgow-haskell-users mailing list