Boost C++ Libraries: Ticket #13178: Compilation error on mac with 1.65.0 https://svn.boost.org/trac10/ticket/13178 <p> Component: stacktrace </p> <p> Cannot compile the following code on mac </p> <pre class="wiki">/* test.cpp */ #include &lt;signal.h&gt; // ::signal, ::raise #include &lt;boost/stacktrace.hpp&gt; void my_signal_handler(int signum) { ::signal(signum, SIG_DFL); boost::stacktrace::safe_dump_to("./backtrace.dump"); ::raise(SIGABRT); } int main (void) { ::signal(SIGABRT, &amp;my_signal_handler); raise(SIGABRT); } </pre><p> Error: </p> <pre class="wiki">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 &lt;boost/stacktrace/detail/push_options.pp&gt; ^ 1 error generated. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13178 Trac 1.4.3 Mikhail Pavlov <pavlovmu@…> Fri, 25 Aug 2017 14:41:15 GMT <link>https://svn.boost.org/trac10/ticket/13178#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13178#comment:1</guid> <description> <p> I have the same problem on linux. boost/stacktrace/detail/push_options.pp and pop_options.pp files have not been installed by b2. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Thu, 10 May 2018 10:50:10 GMT</pubDate> <title>status, component changed; owner, resolution set https://svn.boost.org/trac10/ticket/13178#comment:2 https://svn.boost.org/trac10/ticket/13178#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Joel de Guzman</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">obsolete</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">spirit</span> </li> </ul> <p> Moved to <a class="ext-link" href="https://github.com/boostorg/stacktrace/issues"><span class="icon">​</span>https://github.com/boostorg/stacktrace/issues</a> </p> Ticket Kohei Takahashi Thu, 10 May 2018 20:40:16 GMT component changed https://svn.boost.org/trac10/ticket/13178#comment:3 https://svn.boost.org/trac10/ticket/13178#comment:3 <ul> <li><strong>component</strong> <span class="trac-field-old">spirit</span> → <span class="trac-field-new">None</span> </li> </ul> Ticket