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