11 Jan
2006
11 Jan
'06
9:09 p.m.
See http://article.gmane.org/gmane.comp.lib.boost.build/11170 I hope this gets checked into the CVS sometime! Jaroslav Gresula wrote:
Running bjam.exe on the Jamroot listed below gives
bin\msvc-8.0\debug\runtime-link-static\shared.dll.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
<Jamroot> using msvc : 8.0 ;
lib shared : file.cxx : <link>shared <runtime-link>static ; </Jamroot>
I've noticed that removing <runtime-link>static or replacing it with <runtime-link>shared 'fixes' the problem.
I use Boost.Build from the Boost CVS and MSVC 8.0 Professional Edition.
-- Jarda