Boost logo

Boost Users :

From: Jaroslav Gresula (jgresula_at_[hidden])
Date: 2006-01-11 15:15:39


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

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net