Zaru
(usa Fedora)
Enviado em 10/11/2016 - 11:34h
Quando eu chego no
$ make
da o seguinte erro:
libxml.c:14:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
Makefile:519: recipe for target 'libxml.lo' failed
make[4]: *** [libxml.lo] Error 1
make[4]: Leaving directory '/home/Lulu/Downloads/libxml2-2.9.4/python'
Makefile:579: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/Lulu/Downloads/libxml2-2.9.4/python'
Makefile:422: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/Lulu/Downloads/libxml2-2.9.4/python'
Makefile:1286: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/Lulu/Downloads/libxml2-2.9.4'
Makefile:750: recipe for target 'all' failed
make: *** [all] Error 2
Como posso resolver isso?