On Sep 23, 2016 8:08 PM, "David Wohlferd" <d...@limegreensocks.com> wrote:
>
> On 9/23/2016 5:08 AM, JonY wrote:
> > On 9/23/2016 09:50, David Wohlferd wrote:
> >> 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 to ommit the contents of the deleted
> >>>> files.
> >>> Patch attached.
> >> Looks good to me.
> >>
> > Done.
>
> Ok.  With that change in place, I have run
>
>      autoreconf -fiv
>
> in the root directory of mingw-w64.  That regenerated a bunch of files.
>
> To test this, I have run configure, make and make install for each of
> x86, x64 and arm.  These all seem to build correctly.
>
> Nightstrike: Running "make distcheck" now runs a bit further than
> before.  However:
>
> - For x86, all the initial checks complete, but when it tries doing its
> own VPATH build, it fails because of include path issues (it tries to
> build mingw-w64-crt in isolation from mingw-w64-headers). But since the
> normal build succeeds, I don't believe this is a problem.
> - For x64, it fails because pseh is "missing."  Obviously it is missing
> because it's not supported on x64.  I'm not sure why distcheck doesn't
> skip it.
> - For arm, it fails because libmangle is missing.  Not sure how to get
> it to skip this either.

Use AM_DISTCHECK_CONFIGURE_FLAGS to set configure options specifically used
for the distcheck target. For instance, maybe --disable-pseh  (if that's a
thing, I don't know)
------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to