id summary reporter owner description type status milestone component version severity resolution keywords cc 13178 Compilation error on mac with 1.65.0 aditya.marella@… Joel de Guzman "Component: stacktrace Cannot compile the following code on mac {{{ /* test.cpp */ #include // ::signal, ::raise #include void my_signal_handler(int signum) { ::signal(signum, SIG_DFL); boost::stacktrace::safe_dump_to(""./backtrace.dump""); ::raise(SIGABRT); } int main (void) { ::signal(SIGABRT, &my_signal_handler); raise(SIGABRT); } }}} Error: {{{ g++ -o test test.cpp In file included from test.cpp:2: In file included from /usr/local/include/boost/stacktrace.hpp:15: In file included from /usr/local/include/boost/stacktrace/frame.hpp:20: /usr/local/include/boost/stacktrace/safe_dump_to.hpp:15:10: fatal error: 'boost/stacktrace/detail/push_options.pp' file not found #include ^ 1 error generated. }}}" Bugs closed To Be Determined None Boost 1.65.0 Showstopper obsolete