anders musikka <anders.musi...@gmail.com> added the comment: Just wanted to chip in my $.02:
Defining _XOPEN_SOURCE in the python headers causes problems for Solaris. It also causes problems for Ubuntu Linux. Because _XOPEN_SOURCE is defined, Python.h must included first in any program under Ubuntu. Perhaps the right fix is to just not define _XOPEN_SOURCE at all? Which platforms disable important features when you don't define _XOPEN_SOURCE? Sometimes there are standards which nobody follows. In such cases it can be advantageous to "just do what everyone expects". ---------- nosy: +avl _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1759169> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com