For the dll_flint project and the lib_flint project, I hardwired my include paths appending these: F:\math\mpir-2.7.0;F:\math\mpfr-3.1.2\src;F:\project\dcorbit\pthreads;
Unfortunately, I do not have an mpfr-3.1.3 project I can build with visual studio, so I have to use mpfr 3.1.2 From: mpir-devel@googlegroups.com [mailto:mpir-devel@googlegroups.com] On Behalf Of Dann Corbit Sent: Monday, August 10, 2015 2:49 PM To: 'Bill Hart' <goodwillh...@googlemail.com>; mpir-devel <mpir-devel@googlegroups.com> Subject: RE: [mpir-devel] [ANN] Flint 2.5 released 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: t-divisor_in_residue_class_lenstra.c ..\..\fmpz\test\t-divisor_in_residue_class_lenstra.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-divisor_sigma.c ..\..\flint.h(36): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-dlog.c ..\..\fmpz\test\t-dlog.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-equal.c ..\..\fmpz\test\t-equal.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-equal_si.c ..\..\fmpz\test\t-equal_si.c(29): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-equal_ui.c ..\..\fmpz\test\t-equal_ui.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-euler_phi.c ..\..\fmpz\test\t-euler_phi.c(29): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-fac_ui.c ..\..\fmpz\test\t-fac_ui.c(29): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-fdiv_q.c ..\..\fmpz\test\t-fdiv_q.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-fdiv_q_2exp.c ..\..\fmpz\test\t-fdiv_q_2exp.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-fdiv_q_si.c ..\..\fmpz\test\t-fdiv_q_si.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-fdiv_q_ui.c ..\..\fmpz\test\t-fdiv_q_ui.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-fdiv_qr.c ..\..\fmpz\test\t-fdiv_qr.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-fdiv_qr_preinvn.c ..\..\fmpz\test\t-fdiv_qr_preinvn.c(28): fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory t-fdiv_r.c I should mention that my python environment is Anaconda using 64 bit Python 3.4 http://continuum.io/downloads#py34 -- 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<mailto:mpir-devel+unsubscr...@googlegroups.com>. To post to this group, send email to mpir-devel@googlegroups.com<mailto: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. -- 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.