Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-12-07 03:32:09


On Tuesday 06 December 2005 21:42, Thomas Guest wrote:
> I'm trying to build Quickbook (boost/tools/quickbook) using the Boost build
> system. I want to work from the current head of CVS.
> I followed the "Getting Started" guide
> http://www.boost.org/more/getting_started.html
> and managed to build stage libs.
>
> Then I changed to the quickbook directory and tried the following:
>
> [tomg_at_sinope quickbook]$ bjam "-sTOOLS=gcc"
> Jamfile: No such file or directory
> Jamfile: No such file or directory
> ...found 8 targets...
> [tomg_at_sinope quickbook]$ bjam --v2 "-sTOOLS=gcc"
> java.jam: No such file or directory
> /home/tomg/boost_dev/boost/tools/build/v2/build/toolset.jam:26: in using
> rule java.init unknown in module toolset.
> /home/tomg/user-config.jam:59: in modules.load

I suppose you should comment out

  using java ;

that you have in /home/tomg/user-config.jam, line 59. Note that I have no idea
where that lines comes from -- V2 never had official support for Java.

- Volodya


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