Boost C++ Libraries: Ticket #8056: compiling wave custom_directives sample yields compile errors https://svn.boost.org/trac10/ticket/8056 <p> compiling wave custom_directives sample yields compile errors on Debian 64-bit. </p> <p> Results from command line are: </p> <pre class="wiki">g++ -lboost_wave custom_directives.cpp custom_directives.hpp In file included from custom_directives.hpp:23:0: /usr/local/include/boost/wave/preprocessing_hooks.hpp: In member function ‘bool boost::wave::context_policies::default_preprocessing_hooks::locate_include_file(ContextT&amp;, std::string&amp;, bool, const char*, std::string&amp;, std::string&amp;)’: /usr/local/include/boost/wave/preprocessing_hooks.hpp:218:39: error: ‘preprocess_exception’ was not declared in this scope /usr/local/include/boost/wave/preprocessing_hooks.hpp:218:61: error: ‘bad_include_file’ was not declared in this scope </pre><p> The problem is that the file preprocessing_hooks.hpp is missing an include for the cpp_exceptions.hpp file. </p> <p> Patch file (generated against trunk) is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8056 Trac 1.4.3 Jarrett <j.chisholm@…> Wed, 13 Feb 2013 19:55:57 GMT attachment set https://svn.boost.org/trac10/ticket/8056 https://svn.boost.org/trac10/ticket/8056 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patchfile.patch</span> </li> </ul> <p> contains fix for bug </p> Ticket Hartmut Kaiser Thu, 14 Feb 2013 00:07:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8056#comment:1 https://svn.boost.org/trac10/ticket/8056#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82862" title="Fix #8056: compiling wave custom_directives sample yields compile errors">[82862]</a>) Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8056" title="#8056: Bugs: compiling wave custom_directives sample yields compile errors (closed: fixed)">#8056</a>: compiling wave custom_directives sample yields compile errors </p> Ticket