Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-06-29 02:18:25


On Sunday 29 June 2008 01:54:52 simonvifr_at_[hidden] wrote:
>
> Hello,
>
> I need to create my own binaries (.dll) to compile my C++ program including Boost::ASIO.
>
> Howewer, I have an error message when building the "system" library on windows xp.
> I used the following DOS command : bjam --with-system --toolset=intel stage
> But, a windows opens and asks to choose a program to open the "error_code.obj.rps" file.
> It looks like something is missing. When building, the .rsp file cannot be opened.
> My boost version is 1.35.0

Is the intel compiler, named icl.exe, in the PATH? Does running icl.exe in the same
command prompt works? If no, then you need to add it to PATH. If running icl.exe
works, but you still get errors, add --debug-configuration and provide the output.

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk