GNU Radio release 3.1.3 available for download

GNU Radio release 3.1.3 is now available:

ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.1.3.tar.gz
ftp://ftp.gnu.org/gnu/gnuradio/gr-howto-write-a-block-3.1.3.tar.gz

Release 3.1.3 is a feature and maintenance release, incorporating
numerous bug fixes and new functionality. Please refer to the release
log for further details:

http://gnuradio.org/trac/wiki/Release3.1Branch

Instructions for installation may be found at:

http://gnuradio.org/trac/wiki/BuildGuide

Source code-based installation of GNU Radio requires ensuring the
build prerequisites are installed on your system, followed by the
traditional ‘configure’ and ‘make’ process. See the OS specific
instructions at the above wiki page to accomplish this.

Binary packages for Ubuntu 8.04 (both 32- and 64-bit versions) are
available, please see:

http://gnuradio.org/trac/wiki/DebianPackages

Hi all,

I have been fiddling with GR3.1.2 on a PC running cygwin, for a couple
of weeks now and it works just fine. Upon the announcement of GR3.1.3 I
downloaded it and started to configure it and saw that SDL was not part
of my cygwin. Consequently, I downloaded SDL and built that and
reconfigured GR. However, after this I get a GR build error which I
don’t understand. ( This is like the say: if something works it hasn’t
enough features :slight_smile:
Any suggestions too why (the file select.h exist and is at
/usr/include/sys) looks like some environment variable is undefined but
to me it appears as if /usr/inclued is defined.

Error:

make[2]: Entering directory
/cygdrive/c/temp/gnu/gnuradio-3.1.3/gr-video-sdl' Making all in src make[3]: Entering directory/cygdrive/c/temp/gnu/gnuradio-3.1.3/gr-video-sdl/src’
make all-am
make[4]: Entering directory
/cygdrive/c/temp/gnu/gnuradio-3.1.3/gr-video-sdl/src' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DOMNITHREAD_POSIX=1 -I/cygdrive/c/tem p/gnu/gnuradio-3.1.3/omnithread -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/runtime -I/cygdrive/c/temp/g nu/gnuradio-3.1.3/gnuradio-core/src/lib/general -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/general -I/c ygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/gengen -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/l ib/gengen -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/filter -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnura dio-core/src/lib/filter -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/reed-solomon -I/cygdrive/c/temp/gnu/ gnuradio-3.1.3/gnuradio-core/src/lib/viterbi -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/io -I/cygdrive/ c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/g72x -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/swig -I /cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/swig -I/usr/local/include -I/usr/include/boost-1_33_1 -I/usr /include/python2.5 -mno-cygwin -Dmain=SDL_main -I/usr/local/include/SDL -I/usr/include/mingw -g -O2 -Wall -Woverload ed-virtual -MT video_sdl.lo -MD -MP -MF .deps/video_sdl.Tpo -c -o video_sdl.lo video_sdl.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DOMNITHREAD_POSIX=1 -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/omnithread -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/runtime -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core /src/lib/general -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/general -I/cygdrive/c/temp/gnu/gnuradio-3.1 .3/gnuradio-core/src/lib/gengen -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/gengen -I/cygdrive/c/temp/gn u/gnuradio-3.1.3/gnuradio-core/src/lib/filter -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/filter -I/cygd rive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/reed-solomon -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/sr c/lib/viterbi -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/io -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnura dio-core/src/lib/g72x -I/cygdrive/c/temp/gnu/gnuradio-3.1.3/gnuradio-core/src/lib/swig -I/cygdrive/c/temp/gnu/gnuradio-3 .1.3/gnuradio-core/src/lib/swig -I/usr/local/include -I/usr/include/boost-1_33_1 -I/usr/include/python2.5 -mno-cygwin -D main=SDL_main -I/usr/local/include/SDL -I/usr/include/mingw -g -O2 -Wall -Woverloaded-virtual -MT video_sdl.lo -MD -MP - MF .deps/video_sdl.Tpo -c video_sdl.cc -DDLL_EXPORT -DPIC -o .libs/video_sdl.o In file included from /usr/include/python2.5/Python.h:57, from video_sdl.cc:139: /usr/include/python2.5/pyport.h:230:24: sys/select.h: No such file or directory make[4]: *** [video_sdl.lo] Error 1 make[4]: Leaving directory/cygdrive/c/temp/gnu/gnuradio-3.1.3/gr-video-sdl/src’
make[3]: *** [all] Error 2
make[3]: Leaving directory
/cygdrive/c/temp/gnu/gnuradio-3.1.3/gr-video-sdl/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/cygdrive/c/temp/gnu/gnuradio-3.1.3/gr-video-sdl’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/temp/gnu/gnuradio-3.1.3’
make: *** [all] Error 2