28 Mar
2008
28 Mar
'08
8:52 a.m.
Sean Farrow
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