John Maddock wrote:
Iliyan Georgiev wrote:
The process starts (warns me about not having Python, which is ok), but the first time compile-c-c++ is run, the windows message "I don't know how to open this file" appears for the file extension .rsp. I dismiss the window for every file (quite annoying) but then the build script cannot find some files and it all messes up.
Can you post the actual error messages from bjam: it should include the command line that failed, that's the bit that we need to see.
Nevermind, I can reproduce this, bjam --toolset=intel doesn't find icl and invokes the command line with no compiler specified. Setting up user-config.jam fixes things, but there ought to be a better way. Please file an item on the tracker about this at svn.boost.org. John.