On Mon, Feb 25, 2019 at 10:21 PM Vinnie Falco via Boost < boost@lists.boost.org> wrote:
On Mon, Feb 25, 2019 at 7:12 PM Vinnie Falco
wrote: Does anyone know how to build the release notes locally?
Glen to the rescue, pointed me to boostorg/website/site-scripts/update-pages.php but this happened:
$ ./update-pages.php Uncaught exception: BoostState_ParseError in C:\Users\vinnie\src\boost-www\commo n\code\boost_state.php:49 Stack trace: #0 C:\Users\vinnie\src\boost-www\common\code\boost_state.php(26): BoostState::re ad_record(Resource id #16) #1 C:\Users\vinnie\src\boost-www\common\code\boost_pages.php(49): BoostState::lo ad('C:\\Users\\vinnie...') #2 C:\Users\vinnie\src\boost-www\common\code\boost_site_tools.php(17): BoostPage s->__construct('C:\\Users\\vinnie...') #3 C:\Users\vinnie\src\boost-www\common\code\boost_site_tools.php(32): BoostSite Tools->load_pages() #4 C:\Users\vinnie\src\boost-www\site-tools\update-pages.php(28): BoostSiteTools ->update_quickbook() #5 {main}
Anyone?
My guess is that you don't have quickbook installed. You might want to try the Boost Docker Development Environment to see if you can build inside that, as it is supposed to satisfy all the dependencies for building the documentation. https://github.com/jeking3/bdde - Jim