[Matplotlib-devel] fail to build matplotlib on smartos(like open solaris) system
Nathaniel Smith
njs at pobox.com
Wed Jun 22 22:58:37 EDT 2016
On Jun 22, 2016 7:43 PM, "Frank Yu" <flyxiaoyu at gmail.com> wrote:
[...]
> The error is clear, swab was declared twice in both unistd.h and stdlib.h
I agree with this interpretation of the error messages.
I don't think matplotlib can do much about this, though -- those are both
standard files that are part of your operating system (or maybe compiler),
and they're broken. This means that your c compiler can't actually compile
ordinary c programs. It sounds like you should be filing a bug with either
your OS maintainers or whoever supplied the compiler.
-n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20160622/9f6203c9/attachment.html>
More information about the Matplotlib-devel
mailing list