Re: [Mingw-w64-public] projects using MinGW64

2011-04-11 Thread Jason
Hi Did make check pass OK? You need to link with -lmpir and include mpir.h , or configure with -- enable-gmpcompat to get librarys and headers called -lgmp and include gmp.h anyone can post to thempirt...@gmail.com I'll see if I can set up our mailing list ,so that anyone can post with

Re: [Mingw-w64-public] projects using MinGW64

2011-04-11 Thread Sisyphus
- Original Message - From: Jason Did make check pass OK? No - same problem when 'make check' tried to compile t-bswap.exe. You need to link with -lmpir and include mpir.h , or configure with -- enable-gmpcompat to get librarys and headers called -lgmp and include gmp.h Yes, I

Re: [Mingw-w64-public] projects using MinGW64

2011-04-11 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/11/2011 01:47, Jason wrote: Hi MPIR a fork of GMP now fully runs under MinGW64 see http://www.mpir.org/ Thanks Jason Thanks, now added. I am curious, how much does it inherit from GMP? Particularly the build system. Is it also

[Mingw-w64-public] hidpi.h and NTSTATUS

2011-04-11 Thread Simon Josefsson
Hi, The header file hidpi.h is using the NTSTATUS type but never defines it, nor does it #include any header that will make it available. It is not available through windows.h either. People have told me that a program like this should build with MSVS but doesn't under Mingw64: #include

Re: [Mingw-w64-public] hidpi.h and NTSTATUS

2011-04-11 Thread Kai Tietz
2011/4/11 Simon Josefsson si...@josefsson.org: Hi, The header file hidpi.h is using the NTSTATUS type but never defines it, nor does it #include any header that will make it available.  It is not available through windows.h either.  People have told me that a program like this should build

Re: [Mingw-w64-public] projects using MinGW64

2011-04-11 Thread Jason
On Monday 11 April 2011 11:27:08 JonY wrote: On 4/11/2011 01:47, Jason wrote: Hi MPIR a fork of GMP now fully runs under MinGW64 see http://www.mpir.org/ Thanks Jason Thanks, now added. I am curious, how much does it inherit from GMP? Particularly the build system. Is it

Re: [Mingw-w64-public] hidpi.h and NTSTATUS

2011-04-11 Thread Simon Josefsson
Kai Tietz ktiet...@googlemail.com writes: I applied at revision 4135 a fix for this. I added a guard to avoid re-type-definitions. This should be the best fix for that. I agree. Thank you! /Simon -- Xperia(TM) PLAY

Re: [Mingw-w64-public] g++ -fpack-struct and vector, iterator, stdint.h, iostream clash

2011-04-11 Thread Earnie
Jim Michaels wrote: the point is, I shouldn't have to modify the code. it should be done with compiler switches. unless your method of packing is compiler independent. the compiler shouldn't balk when I throw the -fpack-struct switch. so why did they even make the switch if it's not going

Re: [Mingw-w64-public] projects using MinGW64

2011-04-11 Thread NightStrike
On Mon, Apr 11, 2011 at 8:20 AM, Jason ja...@njkfrudils.plus.com wrote: On Monday 11 April 2011 11:27:08 JonY wrote: On 4/11/2011 01:47, Jason wrote: Hi MPIR a fork of GMP now fully runs under MinGW64 see http://www.mpir.org/ Thanks Jason Thanks, now added. I am curious, how

Re: [Mingw-w64-public] projects using MinGW64

2011-04-11 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/11/2011 20:20, Jason wrote: On Monday 11 April 2011 11:27:08 JonY wrote: On 4/11/2011 01:47, Jason wrote: Hi MPIR a fork of GMP now fully runs under MinGW64 see http://www.mpir.org/ Thanks Jason Thanks, now added. I am curious, how

Re: [Mingw-w64-public] projects using MinGW64

2011-04-11 Thread Jason
On Monday 11 April 2011 16:35:46 JonY wrote: On 4/11/2011 20:20, Jason wrote: On Monday 11 April 2011 11:27:08 JonY wrote: On 4/11/2011 01:47, Jason wrote: Hi MPIR a fork of GMP now fully runs under MinGW64 see http://www.mpir.org/ Thanks Jason Thanks, now added.