Boost C++ Libraries: Ticket #10: allyourbase.jam file is bad. https://svn.boost.org/trac10/ticket/10 <pre class="wiki">It appears that lines 1608 thru 1618 of allyourbase.jam file does not correspond to existing FTjam 2.3.5 version they read: rule remember-binding ( target : bound-path ) { gBINDING($(target)) = $(bound-path) ; } rule subst-list ( list + : pattern ) { local result ; for local i in $(list) { result += [ SUBST $(i) $(pattern) "$1" ] ; } return $(result) ; } These appear to be tailored to a "special jam" program. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10 Trac 1.4.3 jmaurer Sun, 06 Jan 2002 13:51:53 GMT <link>https://svn.boost.org/trac10/ticket/10#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=53943 Yes, you can find the enhanced "jam" in tools/build/jam_src in the boost distribution. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>david_abrahams</dc:creator> <pubDate>Sun, 06 Jan 2002 14:24:31 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/10#comment:2 https://svn.boost.org/trac10/ticket/10#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=52572 Boost no longer uses FTJam. Please get Boost.Jam from www.boost.org/tools/build -Dave </pre> Ticket