[issue4065] _multiprocessing doesn't build on macosx 10.3

Ronald Oussoren report at bugs.python.org
Tue Oct 7 12:52:52 CEST 2008


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue4065>
_______________________________________


More information about the Python-bugs-list mailing list