0.6.4 does not build with clang
0-wiz-0 opened this issue · 1 comments
0-wiz-0 commented
I see that 2.0.2 is out, but it's a separate project on pypi and 0.6.4 is the last release of the previous project.
When compiling 0.6.4 with clang, I get errors because init_per does not return a value. In my copy of ${PREFIX}/include/python3.6/pyport.h, PyMODINIT_FUNC is defined as PyObject*.
The attached patch fixes the problem for me.
patch-gitdb___fun.c.txt
Byron commented
Thanks for the patch. However, 0.6.4 is not supported anymore, and in the latest releases, there is no C version anymore.
Also I lost access to the 0 line of this project, so I couldn't release your patch even if I wanted to :/.