id summary reporter owner description type status milestone component version severity resolution keywords cc 8056 compiling wave custom_directives sample yields compile errors Jarrett Hartmut Kaiser "compiling wave custom_directives sample yields compile errors on Debian 64-bit. Results from command line are: {{{ 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&, std::string&, bool, const char*, std::string&, std::string&)’: /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 }}} The problem is that the file preprocessing_hooks.hpp is missing an include for the cpp_exceptions.hpp file. Patch file (generated against trunk) is attached." Bugs closed To Be Determined wave Boost Development Trunk Problem fixed custom_directives error