$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [iostreams][zip]
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-05-18 15:18:50
AMDG
Andrew Schweitzer wrote:
> ECHO "source of [$(LIB)_SOURCE]: $($(LIB)_SOURCE) " ;
>
>
> But these don't seem to be printed... any idea what's wrong with that
> way of debugging a jamfile?
Try ECHO "source of [$(LIB)_SOURCE]:" $($(LIB)_SOURCE) ;
i.e. move the quote. bjam's rules for variable expansion cause your
version to produce an empty string when $(LIB)_SOURCE is empty.
In Christ,
Steven Watanabe