Boost logo

Boost-Build :

From: simonvifr_at_[hidden]
Date: 2008-06-29 10:14:43


Hello,

It is now ok for running the icl.exe in the same command prompt.
However the following command prompt generate errors : bjam --with-system --toolset=intel stage
I have then added "--debug-configuration" but I have still errors when executing the command prompt : bjam --with-system --toolset=intel --debug-configuration stage

The error messages are :

     error_code.cpp
     libs\system\src\error_code.cpp(90): error: namespace "std" has no member "strerror"
             const char * c_str = std::strerror( ev );
                                  ^
     compilation aborted for libs\system\src\error_code.cpp (code 2)

An other error message is :

     notice: [cmdline-cfg] Detected command-line request for intel: toolset= intel version=
     notice: [cmdline-cfg] toolset intel not previously configured; attempting to auto-configure now

Could you tell me what to do to fix the errors and then create the binaries ?
Thanks a lot for your answer.
Regards.

> Message du 29/06/08 à 13h45
> De : simonvifr_at_[hidden]
> A : "Vladimir Prus" <ghost_at_[hidden]>, boost-build_at_[hidden]
> Copie à :
> Objet : Re: [Boost-build] boost compilation
>
> Thank you for your answer.
> icl.exe does not seem to be installed on my computer...
> I have downloaded the "boost_1_35_0.zip" file and the "boost-jam-3.1.16-1-ntx86.zip" file.
> Is something still missing ?
>
> Regards.
>
> > Message du 29/06/08 à 08h18
> > De : "Vladimir Prus" <ghost_at_[hidden]>
> > A : simonvifr_at_[hidden], "Boost.Build developer's and user's list" <boost-build_at_[hidden]>
> > Copie à :
> > Objet : Re: [Boost-build] boost compilation
> >
> >
> > 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
> >
> >
>
> ____________________________________________________
>
> Sur le mail Voila, vous pouvez personnaliser l’anti-spam ! http://mail.voila.fr
>

____________________________________________________

Sur le mail Voila, vous pouvez personnaliser l’anti-spam ! http://mail.voila.fr


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