Hello All,
I'm facing problem while compiling airprobe/gsm-receiver
i will be thank-full for help, kindly tell me fix for this problem to compile gsm-receiver OS: ubuntu 10.4 ======== root@ubuntu:/home/xx/6jan/airprobe/gsm-receiver# make install cd . && /bin/sh /home/xx/6jan/airprobe/gsm-receiver/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:58: Python sources seen but `PYTHON' is undefined src/lib/Makefile.am:58: The usual way to define `PYTHON' is to add `AM_PATH_PYTHON' src/lib/Makefile.am:58: to `configure.ac' and run `aclocal' and `autoconf' again. src/lib/decoder/openbtsstuff/Makefile.am: C++ source seen but `CXX' is undefined src/lib/decoder/openbtsstuff/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' src/lib/decoder/openbtsstuff/Makefile.am: to `configure.ac' and run `autoconf' again. make: *** [Makefile.in] Error 1 root@ubuntu:/home/xx/6jan/airprobe/gsm-receiver# =============