[Boost.Build v2] vc 8.0 manifest problem
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
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
Deane Yang wrote:
See
http://article.gmane.org/gmane.comp.lib.boost.build/11170
I hope this gets checked into the CVS sometime!
Just tried. As soon as somebody confirms that the version of msvc.jam I've just posted to the list indeed works, it will be committed. - Volodya
Vladimir Prus wrote:
Deane Yang wrote:
See
http://article.gmane.org/gmane.comp.lib.boost.build/11170
I hope this gets checked into the CVS sometime!
Just tried. As soon as somebody confirms that the version of msvc.jam I've just posted to the list indeed works, it will be committed.
- Volodya
Thanks!
participants (3)
-
Deane Yang
-
Jaroslav Gresula
-
Vladimir Prus