<p dir="ltr">On Jun 22, 2016 7:43 PM, "Frank Yu" <<a href="mailto:flyxiaoyu@gmail.com">flyxiaoyu@gmail.com</a>> wrote:<br>
[...]<br>
> ​The error is clear, swab was declared twice in both unistd.h and stdlib.h</p>
<p dir="ltr">I agree with this interpretation of the error messages.</p>
<p dir="ltr">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.</p>
<p dir="ltr">-n</p>