Boost C++ Libraries: Ticket #10532: Macro BOOST_PREDEF_MAKE_0X_VVRRPP missing https://svn.boost.org/trac10/ticket/10532 <p> Boost 1.55 and later versions will not work with the pathscale compiler (1.54 was fine), since this macro is missing from boost/predef/make.h (the macro is called from boost/predef/library/std/roguewave.h). </p> <p> Suggested fix is to add the following macro before line 43 of make.h: </p> <p> #define BOOST_PREDEF_MAKE_0X_VVRRPP(V) BOOST_VERSION_NUMBER((V&amp;0xFF0000)&gt;&gt;16,(V&amp;0xFF00)&gt;&gt;8,(V&amp;0xFF)) </p> <blockquote> <p> A modified make.h for Boost 1.56 is attached. </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10532 Trac 1.4.3 Erik Lindahl <erik@…> Tue, 23 Sep 2014 20:12:31 GMT attachment set https://svn.boost.org/trac10/ticket/10532 https://svn.boost.org/trac10/ticket/10532 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">make.h</span> </li> </ul> <p> Modified make.h for Boost 1.56 </p> Ticket viboes Fri, 26 Sep 2014 05:57:19 GMT component changed; owner set https://svn.boost.org/trac10/ticket/10532#comment:1 https://svn.boost.org/trac10/ticket/10532#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">René Rivera</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">predef</span> </li> </ul> Ticket René Rivera Tue, 30 Dec 2014 14:56:24 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10532#comment:2 https://svn.boost.org/trac10/ticket/10532#comment:2 <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> Fixed in develop branch. </p> Ticket