$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [testing][teeks] MSVC-14 errors about MSPDB140.DLL
From: Tom Kent (lists_at_[hidden])
Date: 2015-05-23 22:59:27
On Sat, May 23, 2015 at 8:40 AM, Hartmut Kaiser <hartmut.kaiser_at_[hidden]>
wrote:
>
> > All tests for Boost.Log (and I suspect any other built libraries) on
> MSVC-
> > 14
> > are failing because of this error:
> >
> > LINK : fatal error LNK1101: incorrect MSPDB140.DLL version; recheck
> > installation of this product
> >
> > See here for example:
> >
> > http://www.boost.org/development/tests/develop/developer/output/teeks99-
> >
> 08f-win2012R2-64on64-boost-bin-v2-libs-sync-test-at_thread_exit-test-msvc-
> > 14-0-dbg-adrs-mdl-64-thrd-mlt.html
> >
> > Could this be fixed?
>
> My workaround was to edit the 'Path' env variable in one of the temp files
> generated by bjam (b2_msvc_14.0_vcvarsall_amd64.cmd in your temp directory)
> not to point to the x64 cross compiler, but to the native one. For me this
> involved changing
>
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64_x86
>
> To
>
> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64
>
Were you seeing this same problem with msvc-14.0? Was it just with the RC?
Did you previously have the CTPs installed?
Thanks,
Tom