discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] OS X Configure script error


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] OS X Configure script error
Date: Fri, 7 Aug 2009 13:32:48 -0400

checking for Python include path... /opt/local/Library/Frameworks/ Python.framework/Versions/2.5/include/python2.5
checking Python.h usability... no


The PYTHONPATH and rest of 'env' look OK.  If you do:

ls /opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/ python2.5/.

do you see "Python.h" (with a cap-P) somewhere in the list?

If not, then something is wrong with the MacPorts install of Python 2.5. Probably want to remove / reinstall it, or try to update it.

If so, then find the config.log file (same directory as you did 'configure' in) and look through it to find the string "Python.h". Mine (10.5.7, XCode 3.1.3 using CC="gcc-4.2") recorded:

configure:21190: checking Python.h usability
configure:21207: gcc-4.2 -c -I/opt/local/Library/Frameworks/ Python.framework/V
ersions/2.5/include/python2.5 conftest.c >&5
configure:21214: $? = 0
configure:21228: result: yes
configure:21232: checking Python.h presence
configure:21247: cpp-4.2 -I/opt/local/Library/Frameworks/ Python.framework/Versi
ons/2.5/include/python2.5 conftest.c
configure:21254: $? = 0
configure:21268: result: yes
configure:21296: checking for Python.h
configure:21305: result: yes

I would expect yours to state that there were errors found and what the issuing command was. If so, could you post it so that we can help you debug this issue. - MLD




reply via email to

[Prev in Thread] Current Thread [Next in Thread]