#11727: Even more minor Cygwin fixes for FLINT
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7.2
Component: cygwin | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Karl-Dieter Crisman
Merged: | Dependencies:
------------------------+---------------------------------------------------
Description changed by kcrisman:
Old description:
> I'm not quite sure how this happened, but apparently in newer Cygwins
> patch won't accept certain things.
>
> FLINT now doesn't actually work on one of my Cygwins, even after #11547,
> because of an extra line that crept into one of the patches.
> {{{
> --- src/mpn_extras.h 2009-09-23 18:03:27.000000000 +0800
> +++ patches/mpn_extras.h 2011-04-25 22:36:33.000000000 +0800
> @@ -22,7 +22,6 @@
> #ifndef MPN_EXTRAS_H
> #define MPN_EXTRAS_H
>
> -#include "flint.h"
> #include "ZmodF_poly.h"
>
> #include "longlong_wrapper.h"
>
> }}}
> Note the newline at the end; removing this solves the problem. I guess
> this didn't cause trouble on other systems, since these patches are
> applied universally. I can't even figure out where this change happened.
>
> See also #9858 and #10328 for other updates to FLINT needed.
New description:
I'm not quite sure how this happened, but apparently in newer Cygwins
patch won't accept certain things.
FLINT now doesn't actually work on one of my Cygwins, even after #11547,
because of an extra line that crept into one of the patches.
{{{
--- src/mpn_extras.h 2009-09-23 18:03:27.000000000 +0800
+++ patches/mpn_extras.h 2011-04-25 22:36:33.000000000 +0800
@@ -22,7 +22,6 @@
#ifndef MPN_EXTRAS_H
#define MPN_EXTRAS_H
-#include "flint.h"
#include "ZmodF_poly.h"
#include "longlong_wrapper.h"
}}}
Note the newline at the end; removing this solves the problem. I guess
this didn't cause trouble on other systems, since these patches are
applied universally. I can't even figure out where this change happened.
See also #9858 and #10328 for other updates to FLINT needed.
----
Spkg at
[http://sage.math.washington.edu/home/kcrisman/flint-1.5.0.p9.spkg].
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11727#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.