[1.48.0] Can't build any PDF docs

I'm trying to build the PDF docs for 1.48 but all attempts to build PDF's on both Trunk and release branches fails with errors such as: bjam pdf M:/data/boost/trunk/tools/build/v2/tools\boostbook.jam:649: in object(boostbook-generator)@49.run from module object(boostbook-generator)@49 error: Cannot build documentation type 'pdf' M:/data/boost/trunk/tools/build/v2/build\generators.jam:1004: in try-one-generator-really from module generators M:/data/boost/trunk/tools/build/v2/build\generators.jam:1066: in try-one-generator from module generators M:/data/boost/trunk/tools/build/v2/build\generators.jam:1282: in construct-really from module generators M:/data/boost/trunk/tools/build/v2/build\generators.jam:1366: in generators.construct from module generators M:/data/boost/trunk/tools/build/v2/build\targets.jam:1495: in construct from module object(typed-target)@776 M:/data/boost/trunk/tools/build/v2/build\targets.jam:1297: in object(typed-target)@776.generate from module object(typed-target)@776 M:/data/boost/trunk/tools/build/v2/build\targets.jam:732: in generate-really from module object(main-target)@782 M:/data/boost/trunk/tools/build/v2/build\targets.jam:704: in object(main-target)@782.generate from module object(main-target)@782 M:/data/boost/trunk/tools/build/v2/build\targets.jam:258: in object(project-target)@772.generate from module object(project-target)@772 M:/data/boost/trunk/tools/build/v2\build-system.jam:736: in load from module build-system M:\data\boost\trunk\tools\build\v2/kernel\modules.jam:283: in import from module modules M:\data\boost\trunk\tools\build\v2\kernel\bootstrap.jam:142: in boost-build from module M:\data\boost\trunk\boost-build.jam:17: in module scope from module Nothing has changed in my user-config.jam, and I've updated to the latest bjam executable. Any ideas on what broke? Thanks, John.

AMDG On 11/16/2011 02:40 AM, John Maddock wrote:
I'm trying to build the PDF docs for 1.48 but all attempts to build PDF's on both Trunk and release branches fails with errors such as:
bjam pdf
M:/data/boost/trunk/tools/build/v2/tools\boostbook.jam:649: in object(boostbook-generator)@49.run from module object(boostbook-generator)@49 error: Cannot build documentation type 'pdf' <snip>
Nothing has changed in my user-config.jam, and I've updated to the latest bjam executable.
Any ideas on what broke?
Nope, but it's probably my fault. I'll investigate. In Christ, Steven Watanabe

AMDG On 11/16/2011 02:40 AM, John Maddock wrote:
I'm trying to build the PDF docs for 1.48 but all attempts to build PDF's on both Trunk and release branches fails with errors such as:
bjam pdf
M:/data/boost/trunk/tools/build/v2/tools\boostbook.jam:649: in object(boostbook-generator)@49.run from module object(boostbook-generator)@49 error: Cannot build documentation type 'pdf' <snip>
Nothing has changed in my user-config.jam, and I've updated to the latest bjam executable.
Any ideas on what broke?
Works for me with the trunk. Can you double check that you have using fop : ... ; In Christ, Steven Watanabe

Works for me with the trunk. Can you double check that you have using fop : ... ;
Ahhh!!! My bad. Apparently that had been removed for some reason, building the docs now. BTW if the error message had said what the issue was it would have been more helpful ;-) Thanks, and apologies, John.
participants (2)
-
John Maddock
-
Steven Watanabe