discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Fabian Uehlin
Subject: [Discuss-gnuradio] Ubuntu make error -> Unable to open file gnuradio_swig_py_runtime.py
Date: Tue, 3 Feb 2009 18:33:16 +0100

Hello!

I'm testing GNURadio under Ubuntu (8.10), because of problems with Gentoo ("Tuning problem - usrp_fft.py -> segmentation fault").
The installation of GNURadio works with the package "gnuradio (3.0.4-2ubuntu2)".
usrp_fft.py -R A -f 1724.4e6
shows me the spectrum.

Now, for building OpenBTS I want to have the current svn release version, but this does not compile without errors.
Configure seems to be okay, but make fails:

make[5]: Leaving directory `/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib'
Making all in swig
make[5]: Entering directory `/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/swig'
if /usr/bin/swig -c++ -fvirtual -python -modern -keyword -w511 -outdir  -DOMNITHREAD_POSIX=1 -I/usr/include -I/home/openbts/Desktop/gnuradio/omnithread -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/runtime -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/general -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/general -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/gengen -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/gengen -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/filter -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/filter -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/missing -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/reed-solomon -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/viterbi -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/io -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/g72x -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/swig -I/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/swig   -I/home/openbts/Desktop/gnuradio/gruel/src/include -I/home/openbts/Desktop/gnuradio/gruel/src/include    -MMD -MF gnuradio_swig_py_runtime.Td -module gnuradio_swig_py_runtime -o gnuradio_swig_py_runtime.cc ./gnuradio.i ;\
then if test linux-gnu = mingw32; \
    then sed 's,\\\\,/,g' <gnuradio_swig_py_runtime.Td >gnuradio_swig_py_runtime.d; rm -f gnuradio_swig_py_runtime.Td; \
    else mv -f gnuradio_swig_py_runtime.Td gnuradio_swig_py_runtime.d; fi \
else rm -f gnuradio_swig_py_runtime.Td; exit 1; fi 
Unable to open file -DOMNITHREAD_POSIX=1/gnuradio_swig_py_runtime.py: No such file or directory
make[5]: *** [gnuradio_swig_py_runtime.cc] Error 1
make[5]: Leaving directory `/home/openbts/Desktop/gnuradio/gnuradio-core/src/lib/swig'

What's the problem? I have upgraded to swig version 1.3.38, the other packages are the normal Ubuntu versions of it.

Thanks & Regards
-Fabian-

reply via email to

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