Building PDF format of Boost Documentation failed
Hi, I tried to build the PDF documentation of boost libraries. However, When I run bjam ordinary way, pdf build stopped with attached error. * HTML documentations are built correctly * CVS HEAD and RC_1_34_0 also failed What is the reason of this failure? /usr/local/src/boost/doc $ bjam --v2 pdf The following software version was used . OS: Debian GNU/Linux (sid/unstable) XSLTPROC: libxml 20626, libxslt 10117 and libexslt 813 (Using Debian official package "xsltproc" 1.1.17-2) DOXYGEN: 1.4.7 (Using Debian official package "doxygen" 1.4.7-1) JAVA: Sun Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) (Using Debian official package "sun-java5-bin" 1.5.0-07-1) FOP: Apache FOP 0.20.5 (Using Debian official package "fop" 0.20.5-8) Boost: CVS HEAD/RC_1_34_0 My user_config.jam is also attached at the end. -- Ryo IGARASHI rigarash@gmail.com
"Ryo IGARASHI"
fop.render.pdf ../bin.v2/doc/gcc/debug/boost.pdf [DEBUG] Input mode: [DEBUG] FO [DEBUG] fo input file: /home/rigarash/src/boost/doc/../bin.v2/doc/gcc/debug/boost.fo [DEBUG] Output mode: [DEBUG] pdf [DEBUG] output file: ../bin.v2/doc/gcc/debug/boost.pdf [DEBUG] OPTIONS [DEBUG] no user configuration file is used [default] [DEBUG] debug mode on [DEBUG] dump configuration [DEBUG] quiet mode on [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] base directory: file:/home/rigarash/src/boost/doc/../bin.v2/doc/gcc/debug/ [INFO] FOP 0.20.5 [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] building formatting object tree [INFO] setting up fonts [ERROR] property - "background-position-horizontal" is not implemented yet. [ERROR] property - "background-position-vertical" is not implemented yet. [INFO] JAI support was not installed (read: not present at build time). Trying to use Jimi instead [ERROR] property - "background-position-horizontal" is not implemented yet.
Looks like a FOP problem, or you need to install Jimi as suggested in the INFO line above. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (2)
-
David Abrahams
-
Ryo IGARASHI