#11727: Even more minor Cygwin fixes for FLINT
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.2
Component: cygwin | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by dimpase):
I suppose here hg did not see the file being opened in Unix mode, and
saved in DOS mode. If I open it in vim I see
{{{
--- 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^M
#define MPN_EXTRAS_H^M
^M
-#include "flint.h"^M
#include "ZmodF_poly.h"^M
^M
#include "longlong_wrapper.h"^M
}}}
these {{{^M}}} are DOS LF/CR symbols. You can go over the spkg leading to
this one, to track where exactly this got in.
I can only say that in p6 spkg I created back in April it was still OK.
What you need to do is to save this file in Unix mode and re-package...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11727#comment:1>
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.