This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ronaldoussoren
Date 2008-10-07.10:52:51
SpamBayes Score 0.0025098685
Marked as misclassified No
Message-id <1223376772.75.0.564119782301.issue4065@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-07 10:52:52ronaldoussorensetrecipients: + ronaldoussoren
2008-10-07 10:52:52ronaldoussorensetmessageid: <1223376772.75.0.564119782301.issue4065@psf.upfronthosting.co.za>
2008-10-07 10:52:51ronaldoussorenlinkissue4065 messages
2008-10-07 10:52:51ronaldoussorencreate