Hello everyone,
cd .../KivEnt/modules/core
python setup.py build_ext install
error:
....
gcc: error: kivent_core/entity.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
In fact, there is no file named entity.c. What I should do?