On Jul 18, 2010, at 3:35 AM, Ninja wrote:
checking for Python include path... /usr/local/include/python2.6
checking Python.h usability... no
checking Python.h presence... no
checking for Python.h... no
configure: error: cannot find usable Python headers

what is the meaning of "configure: error: cannot find usable Python headers"?the Python.h is there, and I already tried using original python from apple, python from MacPython, and compile manually but same result occurred. Above sample was taken from python compiled manually.

Although you can compile some packages from source and have them work, you will often be missing patches that provide full functionality. I - highly- recommend using a package manager such as Fink or MacPorts -- where such patches are already incorporated.

That said, if you look at the 'config.log' file & search for "Python.h" you should find whatever the issue/s is/are. Without seeing that log, there's very little any of us can do to be of assistance -- I've checked out the configure M4 script (config/ gr_python.m4) and it should work correctly for your setup. - MLD

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to