From: Noam P. <npo...@us...> - 2013-01-24 19:51:18
|
On Thu, Jan 24, 2013 at 2:36 PM, Filipe Fernandes <ffe...@gm...> wrote: > It got me further along... but there appears to be another hiccup... > > $ make > make all-am > CCLD xml > make[1]: *** No rule to make target `doc/xmlstarlet.1', needed by `all-am'. > I'm taking a look myself as I try to trace through the all-am target... but > I thought I'd mention it in-case it was obvious to you. Hmm, I think you need to pass --enable-build-docs to ./configure. I had the idea that documentation building rules should be disabled by default because they require installing Apache FOP (also it runs pretty slow). The tarball comes with the docs prebuilt, but the default build from git is broken as you have just discovered; not sure what the best fix for that is. |