New submission from Ronald Oussoren <[EMAIL PROTECTED]>: I'm trying to build python 2.6 on a Mac OS X 10.3 system. This fails to build the multiprocessing extension due to a missing definition of "struct iovec".
It turns out that you have to include <sys/uio.h> to get that definition on OSX 10.3. Adding '#include <sys/uio.h>' to multiprocessing.h enables building the extension on OSX 10.3, but is probably not the right solution. ---------- components: Extension Modules messages: 74436 nosy: ronaldoussoren priority: low severity: normal status: open title: _multiprocessing doesn't build on macosx 10.3 type: compile error versions: Python 2.6 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4065> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com