Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-11-11 10:46:46


On Thursday 11 November 2004 18:39, Vladimir Prus wrote:

> Looks like I forgot something again. How the Jamfile in question looks? Is
> it the case that both the source file and the finall exe are called
> Bitmap1? In that case V2 tries to create to response files with exactly the
> same name for compiling and for linking, which leads to the error. Try
>
> generators.register-c-compiler msvc.compile.c++ : CPP : OBJ RSP(%_cpp) :
> <toolset>msvc ;
>
> so that the name of RSP file for compiling will have added "_cpp" suffix.

And also msvc.compile.c++ should contain:

-Fo"$(<[1]:W)"

instead of

-Fo"$(<:W)"

to avoid passing two -Fo options. Hope that's the last detail ;-)

- 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