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

2011-04-11 Thread Danny Smith
On Sat, Apr 9, 2011 at 7:20 PM, 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 th

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

2011-04-11 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/12/2011 00:32, Jason wrote: >> >> Cool, I mainly asked because GMP has a dreadful habit of using >> autotools, like taking cpu optimizations levels from the $host triplet. >> >> So, I have to do --host=none-none-none or pentium4-w64-mingw32 for >>

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

2011-04-11 Thread Jason
On Monday 11 April 2011 15:01:55 NightStrike wrote: > On Mon, Apr 11, 2011 at 8:20 AM, 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

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 > >>

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, n

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

2011-04-11 Thread NightStrike
On Mon, Apr 11, 2011 at 8:20 AM, 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 curi

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

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

2011-04-11 Thread Simon Josefsson
Kai Tietz 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 It's a major breakthro

[Mingw-w64-public] Fwd: [mpir-devel] Re: Fwd: MinGW64 - undefined reference to gmpn symbols.

2011-04-11 Thread Jason
-- Forwarded Message -- Subject: [mpir-devel] Re: Fwd: MinGW64 - undefined reference to gmpn symbols. Date: Monday 11 April 2011, 13:31:11 From: Cactus To: "mpir-devel" On Apr 11, 1:21 pm, Jason wrote: > This thread is taking place on the MinGW64 list > > On Monday 11 Apri

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

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

2011-04-11 Thread Jason
On Monday 11 April 2011 10:11:18 Sisyphus wrote: > - 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-gmpcompa

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

2011-04-11 Thread Kai Tietz
2011/4/11 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 d

[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 #inclu

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 a

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"

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