- changed status to open
Build on Mac OS X
Issue #1
resolved
cffi fails to build on OS X ({{{CFLAGS=-I/usr/include/ffi python setup.py build}}} on my system), with the error:
{{{ c/_ffi_backend.c:131: error: thread-local storage not supported for this target }}}
{{{__thread}}} appears to be the problem; it is less well-supported (if at all?) on OS X?
Comments (3)
-
-
Works! Thanks for the quick fix.
-
- changed status to resolved
- Log in to comment
Thanks! Should be fixed (rev 3fb35a967ec1). Can you try again?