
I've been dealing with this issue (build log below)for a couple of months now. I've updated from the latest CVS, rebvuilt bjam, run the boostbook auto-setup, etc. The only difference from the CVS is that I've added documentation for my named template parameters implementation. This is preventing me from putting NTP up for viewing. Can anyone help? Thanks. -Dave ---------------------- cd ~/src/boost/install/ cd ~/src/boost/doc && ~/bin/bjam --v2 /home/greened/src/boost/tools/build/v2/build/toolset.jam:26: in using *** argument error * rule boostbook.init ( docbook-xsl-dir ? : docbook-dtd-dir ? : boostbook-dir ? ) * called with: ( /home/greened/src/boost/install/docbook-xsl-1.67.2 : /home/greened/src/boost/install/docbook-dtd-4.2 using xsltproc : /usr/bin/xsltproc : : : : : ) * extra argument using /home/greened/src/boost/tools/build/v2/tools/boostbook.jam:63:see definition of rule 'init' being called /home/greened/user-config.jam:63: in modules.load /home/greened/src/boost/tools/build/v2/build-system.jam:115: in load /home/greened/src/boost/tools/build/v2/kernel/modules.jam:261: in import /home/greened/src/boost/tools/build/v2/kernel/bootstrap.jam:172: in boost-build /home/greened/src/boost/boost-build.jam:12: in module scope Compilation exited abnormally with code 1 at Sat Oct 8 14:07:50

David A. Greene wrote:
I've been dealing with this issue (build log below)for a couple of months now. I've updated from the latest CVS, rebvuilt bjam, run the boostbook auto-setup, etc. The only difference from the CVS is that I've added documentation for my named template parameters implementation. This is preventing me from putting NTP up for viewing.
Can anyone help?
[snip] Here,
* rule boostbook.init ( docbook-xsl-dir ? : docbook-dtd-dir ? : boostbook-dir ? ) * called with: ( /home/greened/src/boost/install/docbook-xsl-1.67.2 : /home/greened/src/boost/install/docbook-dtd-4.2 using xsltproc : ------------------------------------------------^^^^^^^^^^^^^^^^^
/usr/bin/xsltproc : : : : : )
Are you missing an ';' after your boostbook initialization? Regards, João Abecasis
participants (2)
-
David A. Greene
-
João Abecasis