Boost C++ Libraries: Ticket #2404: Missing header files when building "install" target https://svn.boost.org/trac10/ticket/2404 <p> G'day, </p> <p> While building Boost 1.36, I noticed that the following header files are not copied to the target include directory when using the "install" target: </p> <blockquote> <p> boost/tr1/tr1/* boost/tr1/tr1/sun/* </p> </blockquote> <p> It seems that the definition of "headers" in the top level "Jamroot" file doesn't catch these header files because they either have no extension, or an extension that is not included in the glob list. </p> <p> Looks like this issue was raised last year, but perhaps it was since overlooked? </p> <blockquote> <p> <a class="ext-link" href="http://lists.boost.org/Archives/boost/2007/05/121412.php"><span class="icon">​</span>http://lists.boost.org/Archives/boost/2007/05/121412.php</a> </p> </blockquote> <p> Anyway, I've attached a patch file which shows a possible fix. Hope it's useful. </p> <p> Regards, Chris </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2404 Trac 1.4.3 Chris Allen <chrisa@…> Fri, 10 Oct 2008 15:17:03 GMT attachment set https://svn.boost.org/trac10/ticket/2404 https://svn.boost.org/trac10/ticket/2404 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">jamroot.patch</span> </li> </ul> <p> Patch for Jamroot </p> Ticket Marshall Clow Fri, 10 Oct 2008 15:50:09 GMT owner set https://svn.boost.org/trac10/ticket/2404#comment:1 https://svn.boost.org/trac10/ticket/2404#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> </ul> Ticket Vladimir Prus Fri, 10 Oct 2008 16:58:13 GMT <link>https://svn.boost.org/trac10/ticket/2404#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2404#comment:2</guid> <description> <p> Is the part of the patch that makes "*.SUNWCCh" files installed related to this issue, or desired? </p> </description> <category>Ticket</category> </item> <item> <author>Chris Allen <chrisa@…></author> <pubDate>Fri, 10 Oct 2008 17:06:19 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2404#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2404#comment:3</guid> <description> <p> According to this post from John Maddock they seem to be required: <a class="ext-link" href="http://lists.boost.org/Archives/boost/2007/05/121430.php"><span class="icon">​</span>http://lists.boost.org/Archives/boost/2007/05/121430.php</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Fri, 10 Oct 2008 17:18:34 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2404#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2404#comment:4</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/49255" title="Install TR1 headers. Addresses #2404. Patch from Chris Allen. ">[49255]</a>) Install TR1 headers. Addresses <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2404" title="#2404: Bugs: Missing header files when building &#34;install&#34; target (closed: fixed)">#2404</a>. Patch from Chris Allen. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Fri, 06 Feb 2009 03:31:51 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2404#comment:5 https://svn.boost.org/trac10/ticket/2404#comment:5 <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> Ticket