Hi Vitus,
On Mon, Jun 29, 2015 at 6:51 PM, Vitus Lam vitus.lam@hku.hk wrote:
I tried to install SPOT 1.99.1 on Fedora 21. During the execution of the "make" command, the following error returned. How can I fix the compilation issue?
[...]
./spot_impl_wrap.cxx:155:21: fatal error: Python.h: No such file or directory # include <Python.h> ^ compilation terminated.
You should either install the missing Python.h file on your system (it's usually in a package called python3-devel, but the name might be different in your Linux distribution), or compile Spot without Python support (the README file explains how to do so).
I will add a check in configure to complain about this missing file earlier.