Hi Les,
try to build with verbose output enabled, to see if there might be more
errors/warnings. If I remember correctly you need to run something like
this:
make VERBOSE=1
If it does not work, search the list/website on how to turn verbose
building on.
Yours
Martin
PS: Please make sure you answer to the list and not to an individual
person. This way everyone on the list can help you and it is archived
fur future reference, if someone has the same problem.
Am 05.05.2013 07:47, schrieb Les Barker:
Hi Martin
Thanks for the reply
I had the same thought, that it was only an error message, BUT the
computer appears to go into a "loop" after that message and after more
than 24 hours the "build" has not progressed any further.
Must I just leave it to carry on, or could there be some other problem
that I am not aware of?
I really appreciate your help as I am into an area of which I have very
little knowledge, but a lot of interest.
Regards
Les
----- Original Message ----- From: "Martin Lülf" <m...@mluelf.de>
To: <discuss-gnuradio@gnu.org>
Sent: Saturday, May 04, 2013 2:44 PM
Subject: Re: [Discuss-gnuradio] Build error
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
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio