Re: [Mingw-w64-public] aclocal.m4 and Makefile.am out of sync

2016-09-22 Thread David Wohlferd
On 9/22/2016 5:53 AM, JonY wrote: > On 9/22/2016 20:23, JonY wrote: >> just remove the mpdecimal directory, the dfp/*.c stuff should >> still work, likewise for the pformat.c changes. I'm doing just that >> since yesterday, running build tests. SF ate my GPG signed mail. >> >> Use format-patch -D

Re: [Mingw-w64-public] [PATCH 1/4] winstorecompat: Add a GetStartupInfo stub

2016-09-22 Thread David Wohlferd
On 9/22/2016 9:35 AM, Hugo Beauzée-Luyssen wrote: > On 09/08/2016 08:23 PM, David Wohlferd wrote: >> On 9/8/2016 10:36 AM, Hugo Beauzée-Luyssen wrote: >>> This only happens when building with -lwindowsapp (see another patch of >>> mine). When building with the default -lkernel32, all is good,

Re: [Mingw-w64-public] [PATCH 1/4] winstorecompat: Add a GetStartupInfo stub

2016-09-22 Thread Hugo Beauzée-Luyssen
On 09/22/2016 06:35 PM, Hugo Beauzée-Luyssen wrote: > On 09/08/2016 08:23 PM, David Wohlferd wrote: >> On 9/8/2016 10:36 AM, Hugo Beauzée-Luyssen wrote: >>> This only happens when building with -lwindowsapp (see another patch of >>> mine). When building with the default -lkernel32, all is good,

Re: [Mingw-w64-public] [PATCH 1/4] winstorecompat: Add a GetStartupInfo stub

2016-09-22 Thread Hugo Beauzée-Luyssen
On 09/08/2016 08:23 PM, David Wohlferd wrote: On 9/8/2016 10:36 AM, Hugo Beauzée-Luyssen wrote: This only happens when building with -lwindowsapp (see another patch of mine). When building with the default -lkernel32, all is good, since kernel32.lib contains GetStartupInfo. windowsapp.lib, on

[Mingw-w64-public] [PATCH 1/4] winstorecompat: Add a GetStartupInfo stub

2016-09-22 Thread Hugo Beauzée-Luyssen
This is required for configure test executables to link when building with windowsapp.lib --- mingw-w64-libraries/winstorecompat/Makefile.am | 1 + .../winstorecompat/src/GetStartupInfo.c| 44 ++ 2 files changed, 45 insertions(+) create mode 100644

Re: [Mingw-w64-public] aclocal.m4 and Makefile.am out of sync

2016-09-22 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 9/22/2016 20:23, JonY wrote: > > just remove the mpdecimal directory, the dfp/*.c stuff should > still work, likewise for the pformat.c changes. I'm doing just that > since yesterday, running build tests. SF ate my GPG signed mail. > > Use

Re: [Mingw-w64-public] aclocal.m4 and Makefile.am out of sync

2016-09-22 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 9/22/2016 07:15, David Wohlferd wrote: > > Creating patches that delete files makes for REALLY big patches. > Instead of me emailing the 8MB file, just pretend that the attached > file also deletes the entire mingw-w64-crt/math/DFP/mpdecimal >