Re: [mpir-devel] FLINT and ARB using Visual Studio

2020-04-21 Thread 'Bill Hart' via mpir-devel
That's interesting. You have different errors with MSVC than we do. We don't see this but we do see a different error. On Tue, 21 Apr 2020 at 20:14, Brian Gladman wrote: > On 21/04/2020 16:50, 'Bill Hart' via mpir-devel wrote: > > Isuru reinserted the necessary line FLINT_DLL const unsigned int

Re: [mpir-devel] FLINT and ARB using Visual Studio

2020-04-21 Thread Brian Gladman
On 21/04/2020 16:50, 'Bill Hart' via mpir-devel wrote: > Isuru reinserted the necessary line FLINT_DLL const unsigned int > partitions_lookup[128]; > > Perhaps you could check if this works for you now. It builds fine. The tests give one error: 1523 tests

Re: [mpir-devel] FLINT and ARB using Visual Studio

2020-04-21 Thread 'Bill Hart' via mpir-devel
Isuru reinserted the necessary line FLINT_DLL const unsigned int partitions_lookup[128]; Perhaps you could check if this works for you now. Bill. On Tue, 21 Apr 2020 at 17:26, Bill Hart wrote: > Hi Brian, > > Isuru Fernando believes he may have found the issue. I'll try reinserting > the expor

Re: [mpir-devel] FLINT and ARB using Visual Studio

2020-04-21 Thread 'Bill Hart' via mpir-devel
Hi Brian, Isuru Fernando believes he may have found the issue. I'll try reinserting the export as soon as we fix some other issues and see if it passes again. For example, the fmpz_poly_factor test hangs at present. We haven't been able to figure out why. We are using MSVC files built by CMake I

Re: [mpir-devel] FLINT and ARB using Visual Studio

2020-04-21 Thread Cactus
On Tuesday, 21 April 2020 00:28:28 UTC+1, Bill Hart wrote: > > Hi Brian, > > After making these changes, our cmake continuous integration fails. I > think the problem is with this line: > > FLINT_DLL const unsigned int partitions_lookup[128]; > > Is this only relevant for MSVC? > > Bill. > Good