On 27/04/2015 22:56, Dann Corbit wrote:
> For any of the MPIR branches:
>
> 2.6.0
>
> 2.7.0
>
> Mpir-master
>
>
>
> I can build the libraries with Visual Studio 2013, but none of the tests
> will build.
>
> I get errors of the format:
>
> 55>C:\Program Files
>
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error
> MSB3073: The command "..\check_config x64 Release

Hi Dann,

The tests are built using the last library that was built and a check is
done to ensure that the user has set the tests to the same build
configuration that was used for building the library.

For example, if the last MPIR library built was for the x64/Debug
configuration, trying to build and run the tests for the x64/Release
configuration will fail with the check_config error above.

I hence suspect that you are trying to run the tests using an MPIR
library that was not the last one built.

> Any clues on the wizardry needed to build with VS 2013?

1. Build MPIR for a particular configuration (e.g. x64/Release)

2. Build and run the tests without doing any intervening MPIR library
build, ensuring that the test configuration matches that for the MPIR
library build.

    Brian

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to