$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [run] parameter containing the build directory - segmentation fault
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2016-10-10 10:08:11
AMDG
On 10/10/2016 03:27 AM, Raffi Enficiaud wrote:
>
> ECHO [ $(to-return[0]).name ] ; # works
> ECHO [ $($(test-name-prefix)-0).name ] ; # does not work
> ECHO [ $(to-return[0]).build-dir ] ; # segmentation fault here
Indexing is 1 based, not 0 based.
In Christ,
Steven Watanabe