Comment 11 for bug 819709

Revision history for this message
Hendrik Donner (hendrik-donner) wrote :

I applied the patches (ledm.c.patch fails so i copied the code manually), but i run into https://bugs.launchpad.net/hplip/+bug/779048

I changed "print get_python_inc();" to "print( get_python_inc());", which gives me:

checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/bin/python
checking for python version... 3.2
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python3.2/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python3.2/site-packages
checking for path to Python.h... "using /usr/include/python3.2mu"
checking python3.2/Python.h usability... no
checking python3.2/Python.h presence... no
checking for python3.2/Python.h... no
configure: error: cannot find python-devel support

This is on Arch Linux 64bit. Should i open a new bug report for this?