Boost C++ Libraries: Ticket #1602: function_types Jamfile depends on the source tree being in a specific place. https://svn.boost.org/trac10/ticket/1602 <p> svn/trunk copy of boost/libs/function_types/build/Jamfile contains </p> <p> make $(BOOST_ROOT)/libs/function_types/build/timestamps/arity_loops make $(BOOST_ROOT)/libs/function_types/build/timestamps/encoding make $(BOOST_ROOT)/libs/function_types/build/timestamps/cc_names </p> <p> and yet another reference to $(BOOST_ROOT) </p> <p> it won't build on my system as the environment variable BOOST_ROOT is elsewhere </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1602 Trac 1.4.3 Marshall Clow Tue, 05 Feb 2008 15:33:41 GMT owner set https://svn.boost.org/trac10/ticket/1602#comment:1 https://svn.boost.org/trac10/ticket/1602#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">t_schwinger</span> </li> </ul> Ticket t_schwinger Fri, 14 Mar 2008 18:33:24 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1602#comment:2 https://svn.boost.org/trac10/ticket/1602#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> changed BOOST_ROOT to relative path </p> Ticket