Re: [Mingw-w64-public] Problem with ld...

2013-07-11 Thread xunxun
tried to compile the original project again, > and I still get the error: > > c:/mingw64-20130711/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.1/../../../../x86_64-w64-mingw32/bin/ld.exe: > unrecognized option '--large-address-aware' > > When I type: > ld --help > I

[Mingw-w64-public] Problem with ld...

2013-07-11 Thread David Cleaver
hain, so I just updated using mingw-builds-install.exe. I downloaded the GCC 4.8.1 x64 posix sjlj rev 2 package. I was able to successfully compile GMP 5.1.2, so this all seems to be working fine. I then tried to compile the original project again, and I still get the error: c:/mingw64-201307

Re: [Mingw-w64-public] What belongs in winnt.h?

2013-07-11 Thread dw
> I am fine by it, as long as patches getting well tested. I have made the change and run my test programs. Since the change was so easy and quick, I'm going to let it sit for a couple hours while I think about what I might have missed. On the plus side, I undid the changes I made to the crt.

Re: [Mingw-w64-public] [PATCH] winbase: define out Virtual* functions for Windows Store apps

2013-07-11 Thread Rafaël Carré
Le 11/07/2013 19:01, Kai Tietz a écrit : > 2013/7/10 Rafaël Carré : >> --- >> mingw-w64-headers/include/winbase.h | 2 ++ >> 1 file changed, 2 insertions(+) > Patch is ok. Please apply. Committed as r5947, thanks -- See

Re: [Mingw-w64-public] [PATCH] winbase: define out Virtual* functions for Windows Store apps

2013-07-11 Thread Kai Tietz
2013/7/10 Rafaël Carré : > --- > mingw-w64-headers/include/winbase.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/mingw-w64-headers/include/winbase.h > b/mingw-w64-headers/include/winbase.h > index b392b11..5f5d87e 100644 > --- a/mingw-w64-headers/include/winbase.h > +++ b/mingw-w64

Re: [Mingw-w64-public] What belongs in winnt.h?

2013-07-11 Thread Kai Tietz
I am fine by it, as long as patches getting well tested. Kai Am 11.07.2013 04:08 schrieb "Jacek Caban" : > On 07/11/13 00:41, dw wrote: > >> Sorry for the delay > > > > Since you always have something interesting to say, you are forgiven. > > > >> Remove non-underscored (aka. __stdcall) variants

Re: [Mingw-w64-public] What belongs in winnt.h?

2013-07-11 Thread Jacek Caban
On 07/11/13 00:41, dw wrote: >> Sorry for the delay > > Since you always have something interesting to say, you are forgiven. > >> Remove non-underscored (aka. __stdcall) variants from mingwex. It's >> exported by kernel32.dll, so we may use it if needed (or is there some >> compatibility reason no