Boost logo

Boost-Build :

Subject: Re: [Boost-build] mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-04-17 11:10:17


AMDG

On 04/17/2014 08:57 AM, Roland Schwarz wrote:
> While upgrading to boost build 1_55 I occasionally recieve, when I am
> building with -j8:
>
> mt.exe : general error c101008d: Failed to write the updated manifest to
> the resource of file
>
> According to MS site this is due to a race condition in the manifest
> embedding and they suggest to turn this off.
>

I usually just run b2 again.

> So my question: How do I turn off manifest embedding?
>

b2 embed-manifest=off

or you can set it globally in a config file/Jamfile

project : requirements <embed-manifest>off ;

In Christ,
Steven Watanabe


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