Boost logo

Boost-Build :

Subject: [Boost-build] Install target and projects
From: Andreas (andreas_at_[hidden])
Date: 2010-02-15 06:20:18


Hi there,

first of all, thanks @Vladimir, your two answers helped me :)

Now, there's a next question. I have a Jamfile:

    project doastools
        ;

    exe aspmath : aspmath.cpp
                  /boost/program_options//boost_program_options
                ;

    install tools
        : doastools
        : <variant>release:<location>../../bin/release
          <variant>debug:<location>../../bin/debug
        ;

which produces the following:

    hilboll_at_rodin:~/src/libdoas/src/tools$ bjam tools release
    warning: No toolsets are configured.
    warning: Configuring default toolset "gcc".
    warning: If the default is wrong, your build may not work correctly.
    warning: Use the "toolset=xxxxx" option to override our guess.
    warning: For more configuration options, please consult
    warning: http://boost.org/boost-build2/doc/html/bbv2/advanced
/configuration.html
    error: Unable to find file or target named
    error: 'doastools'
    error: referred from project at
    error: '.'

Obviously, I'm missing something pretty basic about projects and how to
use them ... Any ideas?

Thanks a lot,

Andreas


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