New submission from Brett Cannon <[email protected]>:
When I build under OS X 10.6 with LLVM I get four warnings of the type:
/Users/brett/Dev/python/3.x/scratch/Modules/_ctypes/callbacks.c:20:9: warning:
implicit declaration of function 'ffi_closure_free' is invalid in C99
[-Wimplicit-function-declaration]
ffi_closure_free(self->pcl_write);
^
They are for ffi_closure_free, ffi_closure_alloc, and ffi_prep_closure_loc.
----------
assignee: theller
components: ctypes
messages: 114704
nosy: brett.cannon, theller
priority: release blocker
severity: normal
stage: needs patch
status: open
title: ctypes not building under OS X because of ffi_closure_free not being
defined early enough
type: compile error
versions: Python 3.2
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9662>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com