Zachary Ware added the comment:
Building _ctypes with the bundled copy of libffi is deprecated since Python
3.6, and is not possible in 3.7. If you need the ctypes module, please install
libffi separately and make sure the Python build process can find it. If you
build libffi yourself, please
Eric V. Smith added the comment:
Can you give us your platform, platform version, compiler, and compiler
version? Also, the entire output of "make install" (or whatever make command
you're running).
Thanks.
--
nosy: +eric.smith
___
Python tracker
New submission from Mirko Tebaldi (Realtebo):
/usr/src/Python-3.6.0/Modules/_ctypes/libffi/src/x86/ffi64.c: In function
'classify_argument':
/usr/src/Python-3.6.0/Modules/_ctypes/libffi/src/x86/ffi64.c:195:18: warning:
suggest braces around empty body in an 'else' statement [-Wempty-body]
F