On 10/08/2015 22:49, Dann Corbit wrote:
> I can’t run the tests because it is not obvious to me how to set the
> include file paths for python.  I get errors like this when I run
> build_tests.py:

Hi Dann,

The layout on which the MSVC build is based is explained in the
documentation. It is:

     mpfr
       dll         dll outputs
       lib         static lib outputs
       build.vc14  MSVC build files
     mpir
       dll
       lib
       build.vc14
    pthreads
       dll
       lib
       build.vc14
    pthreads
      dll
      lib
      build.vc14

This is the standard layout I use on all the open source packages I
provide since it allows them to work together.  The need for pthreads is
listed in the documentation - it is available here in the form needed:

  https://github.com/BrianGladman/pthreads

I can supply the mpfr build files as well if you need them (I would put
them on my GITHUB site but the mpfr folk run subversion and I am very
uncertain about using a repository that imports from subversion and
exports to GIT :-(

I am not sure why you need a second definition of _alloca.  I should
also mention that I have only set up the tests to work with a staic
library build.

   best regards,

     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