2.6.0 used to be quite straightforward to build on Windows; despite the references in the documentation to vsyasm, the build procedure actually worked fine with plain yasm, which could be placed anywhere in your path. Unfortunately 2.6.0 doesn't build with Visual C++ 2015.
2.7.0 does seem to be compatible with Visual C++ 2015, but unfortunately the build batch files seem to be gone, and the new msbuild procedure doesn't work with yasm. Presumably I could hack vsyasm Into Visual Studio with enough effort, but that doesn't seem to be a repeatable procedure, and exceeds the threshold of work that can be expected of each user trying to build a program that depends on mpir. Is there a way to bring back the ability to use plain yasm, and thus or otherwise obtain a repeatable procedure for building mpir? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mpir-devel. For more options, visit https://groups.google.com/d/optout.
