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:2 by , 21 years ago
Status: | assigned → closed |
---|
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.