discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Build error


From: Martin Lülf
Subject: Re: [Discuss-gnuradio] Build error
Date: Sat, 04 May 2013 14:44:52 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.5) Gecko/20120622 Thunderbird/10.0.5

Am 04.05.2013 14:32, schrieb Les Barker:
Hi All
I turn to this discussion group in the hopes that someone can help! I am
trying to build gnuradio on the way to achieving a working GQRX SDR program.
I have tried various releases of gnuradio, including the latest,
gnuradio-3.6.4.1, all with the same result i.e.
[ 40%] Building CXX object
gnuradio-core/src/lib/swig/CMakeFiles/_gnuradio_core_general.dir/gnuradio_core_generalPYTHON_wrap.cxx.o

/home/les/sdr/gnuradio-3.6.4.1/build/gnuradio-core/src/lib/swig/gnuradio_core_generalPYTHON_wrap.cxx:
In function ˜void init_gnuradio_core_general():"

/home/les/sdr/gnuradio-3.6.4.1/build/gnuradio-core/src/lib/swig/gnuradio_core_generalPYTHON_wrap.cxx:323844:21:
warning: variable "md" set but not used [-Wunused-but-set-variable]

I am using Ubuntu 12.04 on a 32 bit Pentium 3 desktop PC.

I am new to Linux and definitely not a proficient programmer, just a
radio ham who would like to use Gqrx SDR.

Does anyone have a solution to the problem?

Thanks

Les ZS2VA

Hi Les,

the lines you posted are compiler warnings, but not errors. That means that the build process should run through without trouble, or there is a real error further down the line.

These compiler warnings are there to notify you about possible (logic) mistakes in the code, but since they occur in the SWIG generated (PYTHON_wrap.cxx) code I suppose it will be very hard to fix them, so just ignore them.

Yours
Martin



reply via email to

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