As a note, this page:
http://mingw-w64.org/doku.php/download
Says the latest version is 4.0.2
sugestion: just change it to say "latest version can be found here" or
what not, so it can't get outdated. Or keep it updated of course.
Cheers!
-
I just downloaded the latest mingw-w64-install.exe and
I still get the repository.txt not found.
It says it was updated 1 day ago.
Have I still got the wrong one?
Thanks.
--
Walt Brainerd
--
Site24x7 APM Insight: Get Deep
I pushed all the patches that were previously approved by either yourself
or kai.
While kai already approved this I would like someone other then myself to
confirm this patch doesn't break anything.
Handle __CTOR_LIST__ internally within mingw-w64
This specifically is needed so that we can use comp
here it is. I tested this patch with master.
Carl
2016-02-23 14:40 GMT+01:00 JonY :
> On 2/23/2016 17:40, Carl Kleffner wrote:
> > I would like to add a patch for math/fpclassify.c:
> >
> > --- mingw-w64/mingw-w64-crt/math/fpclassify.c2015-06-05
> > 10:13:07.997781400 +0200
> > +++ mingw-w64
On 2/23/2016 17:40, Carl Kleffner wrote:
> I would like to add a patch for math/fpclassify.c:
>
> --- mingw-w64/mingw-w64-crt/math/fpclassify.c2015-06-05
> 10:13:07.997781400 +0200
> +++ mingw-w64/mingw-w64-crt/math/fpclassify.cmingwpy working copy
> @@ -17,7 +17,6 @@ and sets C1 flag (sig
I would like to add a patch for math/fpclassify.c:
--- mingw-w64/mingw-w64-crt/math/fpclassify.c2015-06-05
10:13:07.997781400 +0200
+++ mingw-w64/mingw-w64-crt/math/fpclassify.cmingwpy working copy
@@ -17,7 +17,6 @@ and sets C1 flag (signbit) if neg */
int __fpclassify (double _x)
{
-#i