$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Trouble running test in the Boost Graph library
From: Jens Müller (blog_at_[hidden])
Date: 2011-12-15 17:03:44
Am 15.12.2011 22:54, schrieb Steven Watanabe:
> The other problem is that $(LEDA) is empty.
> It's only defined in the global module, not
> in the Jamfile module. Adding
>
> local LEDA = [ modules.peek : LEDA ] ;
>
> should fix this.
Thanks. Finally, it works. I will see that this gets fixed in the Boost
SVN repository.
Apparently, no-one has ever run this test ...
- Jens