Boost logo

Boost Users :

From: Nicola Musatti (nicola.musatti_at_[hidden])
Date: 2008-03-28 04:52:58


Sean Farrow <sean.farrow <at> seanfarrow.co.uk> writes:

>
>
> Hi:
>
> I use boost with
> visual studio 2005 most of the time but ned to also use boost with c++ builde
> from rad studio 2007. Does the bjam system support this c++ builder version if
> so what would the command line be?

It is supported in Boost 1.34.x and in Subversion, provided you configure it
correctly. You should find your user-config.jam file, which should either be in
your home directory or under tools\build\v2 and ensure it contains a line such
as the following:

using borland : 5.9.3 : "C:/Program Files/CodeGear/RAD Studio/5.0/Bin/bcc32" ;

You'll also probably want to install the patches from here:
http://bcbboost.sourceforge.net/
 
Cheers,
Nicola Musatti


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net