#9221: update matplotlib to 1.0.0 and clean out the patches
---------------------------+------------------------------------------------
Reporter: jason | Owner: jason, was
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.5.3
Component: graphics | Keywords:
Author: Jason Grout | Upstream: Reported upstream. Developers
acknowledge bug.
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by jason):
Replying to [comment:16 drkirkby]:
> BTW, it perfectly possible on Solaris to have both {{{stdlib.h}}} and
{{{unistd.h}}} included in the one source file - here's a "hello world"
that does just that.
>
> {{{
> drkir...@hawk:~$ cat test.c
> #include <stdio.h>
> #include <unistd.h>
> #include <stdlib.h>
>
> int main() {
> printf("Hello world\n");
> exit(0);
> }
>
> drkir...@hawk:~$ gcc -Wall test.c
> drkir...@hawk:~$ ./a.out
> Hello world
> }}}
Interesting. In this case, it seems like they want to include Python.h.
By default, which of _XPG4 or _XPG3 is defined in your compiler? From the
code in stdlib.h, it looks like setting _XPG4, but undefining _XPG3,
should work.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9221#comment:18>
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.