
Hi, I cannot build the user's guide. Doing make html stage=0 FAST=YES under docs/users_guide, I get: ===--- building final phase make -r --no-print-directory -f ghc.mk phase=final html_docs/users_guide inplace/bin/mkUserGuidePart docs/users_guide/users_guide.xml inplace/bin/mkUserGuidePart docs/users_guide/what_glasgow_exts_does.gen.xml "rm" -rf docs/users_guide/users_guide/ "" --stringparam base.dir docs/users_guide/users_guide/ --stringparam use.id.as.filename 1 --stringparam html.stylesheet fptools.css --nonet --stringparam toc.section.depth 3 --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsldocs/users_... /bin/sh: 1: : Permission denied make[2]: *** [docs/users_guide/users_guide/index.html] Error 127 make[1]: *** [html_docs/users_guide] Error 2 It seems like make is just calling an empty program name. What could I be missing? (Btw, validate goes through. Does validate not build the user's guide?) Thanks, Pedro

On 25/06/12 14:34, José Pedro Magalhães wrote:
Hi,
I cannot build the user's guide. Doing make html stage=0 FAST=YES under docs/users_guide, I get:
===--- building final phase make -r --no-print-directory -f ghc.mk http://ghc.mk phase=final html_docs/users_guide inplace/bin/mkUserGuidePart docs/users_guide/users_guide.xml inplace/bin/mkUserGuidePart docs/users_guide/what_glasgow_exts_does.gen.xml "rm" -rf docs/users_guide/users_guide/ "" --stringparam base.dir docs/users_guide/users_guide/ --stringparam use.id.as.filename 1 --stringparam html.stylesheet fptools.css --nonet --stringparam toc.section.depth 3 --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl docs/users_guide/users_guide.xml /bin/sh: 1: : Permission denied make[2]: *** [docs/users_guide/users_guide/index.html] Error 127 make[1]: *** [html_docs/users_guide] Error 2
It seems like make is just calling an empty program name. What could I be missing?
(Btw, validate goes through. Does validate not build the user's guide?)
What did ./configure say about DocBook tools? Cheers, Simon

Right, I was lacking the tools.
Thanks,
Pedro
On Mon, Jun 25, 2012 at 6:27 PM, Ian Lynagh
On Mon, Jun 25, 2012 at 02:34:34PM +0100, José Pedro Magalhães wrote:
(Btw, validate goes through. Does validate not build the user's guide?)
It only builds it if the tools are available. I think that's mainly because they're a bit fiddly to install on Windows.
Thanks Ian
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (3)
-
Ian Lynagh
-
José Pedro Magalhães
-
Simon Marlow