$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2014-04-17 10:57:40
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.
So my question: How do I turn off manifest embedding?
Thank you, Roland