Changes between Version 13 and Version 15 of Ticket #14268
- Timestamp:
- 03/27/13 15:59:08 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14268
-
Property
Status
changed from
needs_review
toneeds_work
-
Property
Status
changed from
-
Ticket #14268 – Description
v13 v15 1 The {{{#define ulong unsigned long}}} can cause conflicts with glibc's `<sys/types.h>` in `-std=gnu99` mode and with zn_poly (which has been patched to work around this, but it shouldn't be).1 The {{{#define ulong unsigned long}}} in FLINT can cause conflicts with glibc's `<sys/types.h>` in `-std=gnu99` mode and with zn_poly (which has been patched to work around this, but it shouldn't be). 2 2 3 3 In FLINT, we should replace … … 13 13 1. spkg [http://sage.math.washington.edu/home/jdemeyer/spkg/flint-1.5.2.p4.spkg] ([attachment:flint-1.5.2.p4.diff diff]) 14 14 1. spkg [http://sage.math.washington.edu/home/jdemeyer/spkg/zn_poly-0.9.p11.spkg] ([attachment:zn_poly-0.9.p11.diff diff]) 15 1. to the Sage library: [attachment:14268_remove_c99.patch]