Boost C++ Libraries: Ticket #5111: BOOST_TR1_STD_HEADER bad on Solaris 11/stdcxx4 https://svn.boost.org/trac10/ticket/5111 <p> building qtcreator 2.0.1 on Solaris 11e using the OS provided stdcxx4 and boost 1.45 fails with ... "/opt/kde4/include/boost-1_45/boost/tr1/detail/config_all.hpp", line 151: Error: Could not open include file&lt;../include/utility&gt;. "/opt/kde4/include/boost-1_45/boost/tr1/tr1/memory", line 17: Error: Could not open include file&lt;../include/memory&gt;. </p> <p> this is likely because stdcxx4 resides in /usr/include/stdcxx4/ /usr/include/stdcxx4/ansi there, which the config_all.hpp does not take into account and sets BOOST_TR1_STD_HEADER inappropriately </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5111 Trac 1.4.3 Pavel Heimlich <tropikhajma@…> Sun, 23 Jan 2011 20:44:36 GMT <link>https://svn.boost.org/trac10/ticket/5111#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5111#comment:1</guid> <description> <p> (using Sun Studio 12u1) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Mon, 24 Jan 2011 10:09:03 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5111#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5111#comment:2</guid> <description> <p> Can you please try the attached and let me know how you get on? I'm not sure about this section of the header: </p> <pre class="wiki"># if defined(_RWSTD_VER) &amp;&amp; _RWSTD_VER &gt;= 0x04010200 # if !defined (__SUNPRO_CC) &amp;&amp; !defined (__DECCXX) # define BOOST_TR1_STD_CHEADER(name) &lt;../include/ansi/name&gt; # endif # endif </pre><p> But I'm sure the sun exclusion is there for a reason! :-0 </p> <p> John. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Mon, 24 Jan 2011 10:09:38 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/5111 https://svn.boost.org/trac10/ticket/5111 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">config_all.hpp</span> </li> </ul> Ticket Pavel Heimlich <tropikhajma@…> Wed, 26 Jan 2011 23:06:39 GMT <link>https://svn.boost.org/trac10/ticket/5111#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5111#comment:3</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/5111#comment:2" title="Comment 2">johnmaddock</a>: </p> <blockquote class="citation"> <p> Can you please try the attached and let me know how you get on? </p> </blockquote> <p> thanks, it worked! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 27 Jan 2011 10:12:45 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/5111#comment:4 https://svn.boost.org/trac10/ticket/5111#comment:4 <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> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.47.0</span> </li> </ul> <p> Fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/68467" title="Patch for Sun on Solaris with stdcxx4">[68467]</a>. </p> Ticket