
Vladimir Prus wrote:
Francesco Guerrieri wrote:
Hi, this is my first post to the ml, so I picked up a relatively easy task :-) I have built the boost-windows-2009-08-11 rc without any glaring errors, with visual studio 2010 beta1.
I simply did, from a visual studio 2010 prompt,
bootstrap bjam.exe --toolset=msvc-10.0 --build-type=complete >build_complete.log 2>&1
The resulting project -config.jam was very simple, just one line with
using msvc ;
The last line of the log are the following: ...failed updating 6 targets... ...skipped 22 targets... ...updated 2199 targets...
Hmm. Can you run the same command again, and post the error messages? It seems like some libraries does not work with msvc 10.0.
I had gotten similar problem earlier trying to build all with ICU & expat with msvc9. However, it might be something to do on my end with external libraries dependence, so I will have to test it further before I can report. KTC -- Only two things are infinite, the Universe and Stupidity. And I'm not quite sure about the former. - Albert Einstein