
12 Jul
2012
12 Jul
'12
12:42 p.m.
On 12.07.2012 15:23, Vicente J. Botet Escriba wrote:
The command line is: C:\Python27\python.exe run.py --runner=MSVC9_x64_DoctorWeb --toolsets=msvc-9.0 --bjam-options=architecture=x86 --bjam-options=address-model=64 --tag=branches/release --force-update --bjam-options="-j 10"
What am I doing wrong?
Have you declared a toolset msvc-9.0 in your user-config.jam file? No I hadn't. After I created user-config.jam and specified it in the command line, all seems to be ok.
Btw, is it possible to specify multiple toolsets in the user-config.jam? According to the http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Boost.Build_V... it seems to be possible, but I tried it without success. -- Sergey Cheban