Opened 21 years ago

Closed 21 years ago

#10 closed Bugs (Out of Date)

allyourbase.jam file is bad.

Reported by: nobody Owned by: david_abrahams
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

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.



Change History (2)

comment:1 by jmaurer, 21 years ago

Logged In: YES 
user_id=53943

Yes, you can find the enhanced "jam" in tools/build/jam_src
in the boost distribution.

comment:2 by david_abrahams, 21 years ago

Status: assignedclosed
Logged In: YES 
user_id=52572

Boost no longer uses FTJam. Please get Boost.Jam from 
www.boost.org/tools/build

-Dave

Note: See TracTickets for help on using tickets.