discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Ubuntu make error -> Unable to open file gnuradio


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] Ubuntu make error -> Unable to open file gnuradio_swig_py_runtime.py
Date: Tue, 3 Feb 2009 13:26:16 -0500

Hi Fabian -

For some reason, your computer's autotools are not providing $ (builddir) ... do you know what version they are? Hence why you couldn't find reference to it in the Makefile, and why the compile errored out.

SWIG_PYTHON_FLAGS = -fvirtual -python -modern -keyword \
        -w511 -outdir $(builddir)

Try changing the above line in Makefile.common to:

SWIG_PYTHON_FLAGS = -fvirtual -python -modern -keyword \
        -w511 -outdir .

Then 'configure' again to rebuild all the Makefiles. Then compiling should work. - MLD




reply via email to

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