Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net