Boost logo

Boost-Build :

Subject: [Boost-build] error: No best alternative for ./fixed_point
From: Paul A. Bristow (pbristow_at_[hidden])
Date: 2015-03-09 13:51:51


I'm trying to repeat what I have done several times before, but get inscrutable errors from bjam.

I have created a new (normal file structure) sub-module library fixed_point at
I:\modular-boost\libs\fixed_point

and run b2 in /example successfully.

But when I try to run Quickbook in is /doc folder below, I get a slew of errors (below).

Other libraries I have tried seem to build the Quickbook docs OK.

Suggestions as to what I am doing wrong - please ?

Thanks

Paul

PS My Quickbook file is (now) reduced to skeletal.

my jamfile similarly down to

import quickbook

using quickbook ;
using boostbook ;

xml fixed_point
  :
    fixed_point.qbk ;

xml fixed_point : fixed_point.qbk ;

boostbook standalone
    :
        fixed_point
    :
        <format>html:<xsl:param>boost.root=../../../..
   ;

I:\modular-boost\libs\fixed_point\doc>b2

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
Performing configuration checks

    - symlinks supported : yes (cached)
error: No best alternative for ./fixed_point
    next alternative: required properties: (empty)
        matched
    next alternative: required properties: (empty)
        matched
I:/modular-boost/tools/build/src/build\generators.jam:994: in try-one-generator-really
*** argument error
* rule class_at_generator.run ( project name ? : property-set : sources + )
* called with: ( object(project-target)@2025 : object(property-set)@2990 : )
* missing argument sources
I:/modular-boost/tools/build/src/build\generators.jam:365:see definition of rule 'class_at_[hidden]
n' being called
I:/modular-boost/tools/build/src/build\generators.jam:1056: in try-one-generator

---
Paul A. Bristow
Prizet Farmhouse
Kendal UK LA8 8AB
+44 (0) 1539 561830

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk