Boost logo

Boost-Build :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-05-19 05:34:22


Hi Vladimir,

"Vladimir Prus" <ghost_at_[hidden]> wrote in message news:200405191022.52613.ghost_at_cs.msu.su...
| Thorsten Ottosen wrote:
| > Hi,
| >
| > I would like to use bjam for my normal projects with their own Jamrules
| > file and directory structure, but I cannot find an explanation on how to
| > link with boost libraries or whatever project. Is there any documentation
| > somewhere?
|
| You might want to try Boost.Build V2. In that case using a library from boost
| is a simple as putting
|
| path_to_boost/libs/filesystem//libboost_filesystem
|
| in the sources of target which needs the library. More details can be found
| at:

Ok, I've gotten so far as to try out the installation.

http://boost.sourceforge.net/boost-build2/boost_build_v2.html#installation

I took the newest code from the cvs. I configured
BOOST_BUILD_PATH as BOOST_ROOT/tools/build/v2 and without v2 too. I didn't work :-(

When I try to build the example I get this:

syntax error at EOF
warning: no toolsets are configured.
warning: you won't be able to build C++ programs.
warning: please consult the documentation.

e:/C++/libraries/boost/tools/build/v2/build\targets.jam:1143: in construct from module object(exe-target-class)@1
error: unable to construct ./hello
[lots more]

I have edited v2/user-config by uncommenting lines with gcc and msvc.
What am I doing wrong?

Thanks

Thorsten

 


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