Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-06 06:29:50


Larry Evans wrote:

> cd /home/evansl/prog_dev/boost-root.ln/libs/smart_ptr/test/
> bjam --v2
> XXX
.....
> What's the reason for the XXX in 1st line of output?

That's debug print which has sneaked in the tree. I've removed it.

> When trying a similar Jamfile.v2 in:
>
> development_lje/libs/managed_ptr/test/
>
> with Jamfile.v2 contents:
>
> <---------------
> import testing ;
>
> project manged_ptr_test
>
> : requirements <hardcode-dll-paths>true <toolset>intel

.........

>: in construct from module object(typed-target)@5
> error: unable to construct ./smart_ptr_test

The only suspicious line is <toolset>intel. Do you really want to require that
toolset for building? Do you have it configured. Does the probject work when
you remove this requirement?

- 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