$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] error: No best alternative for ./fixed_point
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-03-09 14:02:54
AMDG
On 03/09/2015 11:51 AM, Paul A. Bristow wrote:
> 
> my jamfile similarly down to
> 
> import quickbook
> 
Missing ';'
> using quickbook ;
> using boostbook ;
> 
> xml fixed_point
>   :
>     fixed_point.qbk   ;
> 
> xml fixed_point : fixed_point.qbk ;
> 
You only need this once.
> <snip>
> 
> using.jam: No such file or directory
> error: No best alternative for ./fixed_point
>     next alternative: required properties: (empty)
>         matched
>     next alternative: required properties: (empty)
>         matched
> 
In Christ,
Steven Watanabe