Subject: [Boost-build] Trouble with trunk bjam
From: Belcourt, K. Noel (kbelco_at_[hidden])
Date: 2012-03-23 16:33:29


Hi,

The nightly tests on a few platforms aren't cycling due to, I think,
this error (this from the Mac).

cc -o bootstrap/jam0 command.c compile.c constants.c debug.c
function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c
jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c
pathunix.c regexp.c rules.c scan.c search.c subst.c timestamp.c
variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c
native.c md5.c w32_getreg.c modules/set.c modules/path.c modules/
regex.c modules/property-set.c modules/sequence.c modules/order.c
execunix.c fileunix.c
jam.c: In function 'main':
jam.c:573: error: 'LIST' has no member named 'value'
jam.c:576: error: 'LIST' has no member named 'value'
jam.c:591: error: 'LIST' has no member named 'value'
jam.c:611: error: 'LIST' has no member named 'value'
execunix.c: In function 'exec_cmd':
execunix.c:153: error: 'LIST' has no member named 'value'

Does this look familiar to anyone?

-- Noel