June 2017
python3 setup.py build
fails consistently with or without cython
from git sources or from pip install.
The (any) build reaches :
elm_slider_range_set(pyx_v_self->pyx_base.pyx_base.pyx_base.pyx_base.pyx_base.obj, pyx_t_5, pyx_t_6);
then aborts with:
cc1: out of memory allocating 65536 bytes after a total of 1924927488 bytes
error: command 'i686-linux-gnu-gcc' failed with exit status 1
Attached is the pip log .
I'm probably not seeing an elephant or something ...