Have you followed http://www.boost.org/doc/html/boostbook/getting/started.html, namely,
Nope.. was reading the tools/boostbook/doc/boostbook.xml directly and missed that. I was going under the idea that I would first try with all the latest versions, direct from the sources.
this part:
There are several ways to get libxslt, depending on your platform:
* On Windows:
- With Cygwin, select the libxml2 and libxslt packages
- Without Cygwin, you need a patched version of the tools available from ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
here [http://www.meta-comm.com/engineering/boost/xsltproc-win32.zip].
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
What does the patch fix? Is there source for the patch? Perhaps the problem can be worked around without a patched version?
Trying you patched version now.. I builds. But with docbook-xml 4.4 and 4.3 I get some warnings:
file:///C%3A/Boost/share/docbook-xml-4.4/dbpoolx.mod:6984: validity error : Redefinition of element code
<!ELEMENT code %ho; (%cptr.char.mix;)*>
^
validity warning : Attribute id of element code: already defined
%common.attrib;
^
lang CDATA #IMPLIED
^
validity warning : Attribute last-revision of element code: already defined
%code.role.attrib;
^
role CDATA #IMPLIED
^
file:///C%3A/Boost/share/docbook-xml-4.4/dbpoolx.mod:6984: validity error : Redefinition of element code
<!ELEMENT code %ho; (%cptr.char.mix;)*>
^
validity warning : Attribute id of element code: already defined
%common.attrib;
^
lang CDATA #IMPLIED
^
validity warning : Attribute last-revision of element code: already defined
%code.role.attrib;
^
role CDATA #IMPLIED
^
file:///C%3A/Boost/share/docbook-xml-4.4/dbpoolx.mod:6984: validity error : Redefinition of element code
<!ELEMENT code %ho; (%cptr.char.mix;)*>
^
validity warning : Attribute id of element code: already defined
%common.attrib;
^
lang CDATA #IMPLIED
^
validity warning : Attribute last-revision of element code: already defined
%code.role.attrib;
^
role CDATA #IMPLIED
^
** For all of them, 4.2, 4.3, and 4.4 I also get these warnings **
warning: Cannot find library 'Function' Cannot find class named 'boost::function' Cannot find class named 'boost::function' warning: Cannot find library 'Any' warning: Cannot find library 'Any' Cannot find class named 'boost::any' warning: Cannot find library 'Any' Cannot find class named 'boost::any' Cannot find class named 'boost::bad_any_cast' Cannot find class named 'std::bad_cast'
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
