Boost logo

Boost-Build :

Subject: Re: [Boost-build] Error generating .obj from .rc files using intel-win
From: Jan Boehme (jan.boehme_at_[hidden])
Date: 2008-11-24 04:26:42


Vladimir Prus wrote:
> Jan,
>
> I've just checked in a patch to address this issue:
>
> https://svn.boost.org/trac/boost/changeset/49900
>
> You can either get SVN HEAD version of Boost.Build, or apply this
> patch to your version.
>
> Let me know if this helps.
>
> - Volodya
>

Cheers Volodya,

the error message is gone but now the invoke string isn't complete.
Instead of calling
   "rc -l 0x409 ... *.rc"
bjam tries to invoke
   " -l 0x409 ... *.rc"

Using toolset msvc everything works well furthermore.

Thank you very much for your efforts,
Jan.


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