Gr-bluetooth-0.4 make error

hi

I am trying to install gr-bluetooth-0.4.

I got gr-bluetooth from http://gr-bluetooth.sourceforge.net/ ,
downloaded
the latest version,
./configure
sudo make

During installation i get the following make error.
cd . && /bin/bash
/usr/local/software/gnuradio-3.6.2/gr-bluetooth-0.4/missing --run
automake-1.11 --gnu
/usr/share/automake-1.11/am/depend2.am: am__fastdepCXX does not appear
in
AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define
am__fastdepCXX' is to add AC_PROG_CXX’
/usr/share/automake-1.11/am/depend2.am: to configure.ac' and run aclocal’ and autoconf' again. src/lib/Makefile.am: C++ source seen but CXX’ is undefined
src/lib/Makefile.am: The usual way to define CXX' is to add AC_PROG_CXX’
src/lib/Makefile.am: to configure.ac' and run autoconf’ again.
src/lib/Makefile.am:57: Python sources seen but PYTHON' is undefined src/lib/Makefile.am:57: The usual way to define PYTHON’ is to add
AM_PATH_PYTHON' src/lib/Makefile.am:57: to configure.ac’ and run aclocal' and autoconf’ again.

gnuradio-3.6.2 and gras is installed.

mala

On Tue, Jun 18, 2013 at 11:55:42AM +0530, Rathinamala Vijay wrote:

I am trying to install gr-bluetooth-0.4.

The latest release (0.4) is actually quite old (2010). Nobody worked on
it for a long time until recently. There has been some work done in git
to enable support with recent GNU Radio releases, but there has not been
a release package including this work yet.

Mike

Hi mike,

i need to implement an bluetooth receiver on gnuradio and I was hoping
to use gr-bluetooth but apparently it is not updated.

is there another version of gr-bluetooth works or all are outdated ?

kafir_p