Warren Hardy added the comment:
I tried Rupert Nash’s changes to Makefile.pre.in, configure, configure.ac and
setup.py.
I can confirm this changes worked for me.
I had to edit the Makefile and enter the LIBFFI_INCLUDEDIR and LIBFFI_LIBDIR
this might be due to me being a newb about this
Warren Hardy added the comment:
I found another bug Issue14527
https://bugs.python.org/issue14527
In bug 14527 was a reference to some changes, these worked to fix ctypes
https://github.com/python/cpython/pull/20451/files
--
resolution: -> duplicate
stage: -> resolved
Warren Hardy added the comment:
this error log contains information not piped to the make.log
--
Added file: https://bugs.python.org/file49209/make.error.log
___
Python tracker
<https://bugs.python.org/issue40
Warren Hardy added the comment:
make log
--
Added file: https://bugs.python.org/file49208/make.log
___
Python tracker
<https://bugs.python.org/issue40
Warren Hardy added the comment:
here is the config.log, had to gzip it to upload
--
Added file: https://bugs.python.org/file49207/config.log.gz
___
Python tracker
<https://bugs.python.org/issue40
Warren Hardy added the comment:
not to sound like an idiot, where do i find the compile log?
--
___
Python tracker
<https://bugs.python.org/issue40788>
___
___
Change by Warren Hardy :
--
type: -> compile error
___
Python tracker
<https://bugs.python.org/issue40788>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Warren Hardy :
I am using Solaris 10 (last oracle release). GCC 5.5.0
I had trouble with _ssl not building it was failing out with sethostname
reference
I fixed this by removing the -Werror=implicit-function-declaration
My main issue is that _ctypes is not being built