On Oct 26, 2009, at 2:41 PM, cptpatmcd wrote:
Did you ever find the solution to this? I have the same errors, and
have not
been able to figure it out... my python is okay - my C and Fortran
are nil.
Yes; see < http://gnuradio.org/cgit/gnuradio.git/commit/?id=acdf13612f55c3a4abd4f2f05d759a4
Did you ever find the solution to this? I have the same errors, and have not
been able to figure it out... my python is okay - my C and Fortran are nil.
--
View this message in context:
http://www.nabble.com/OS-X-Configure-script-error-tp24867821p26065147.html
Sent from the GnuRadio mailing li
On Aug 8, 2009, at 7:15 PM, Josef Vukovic wrote:
If you have a osx 10.5 (leopard) you can try to install gnuradio
from macports
sudo port install gnuradio
The MacPorts portfiles for GNU Radio (everything that can be compiled
on OSX except possibly qtgui) were added at the end of last week,
NGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define CXX_HAS_STD_ISNAN /*
aders
________________
From: Jason Uher [jasonu...@gmail.com]
Sent: Friday, August 07, 2009 12:57 PM
To: Chukhman, Ilya A.; discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] OS X Configure script error
>> checking whether we are using the GNU Fortran 77 compiler
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
>> checking whether we are using the GNU Fortran 77 compiler... (cached) no
I'm about 90% sure that the check for python.h uses a fortran script,
and configure fails when the fortran fails. If you don't have fortran
that my be why that step is failing.
Check your config.log for errors pertaining
Hello,
I am trying to install gnuradio and have been following the instructions on
https://radioware.nd.edu/documentation/install-guides/mac-os-x. When running
the ./configure I receive the following error:
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... (ca