Hello All,
while I'm configuring airprobe/gsm-receiver i'm getting error, plz help me ===== checking for libosmocore >= 0.1.13... Requested 'libosmocore >= 0.1.13' but version of Osmocom Core Library is UNKNOWN <<<<<<
===== configure: error: Library requirements (libosmocore >= 0.1.13) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. <<<<<<<< ========= plz help me to tell how i can set PKG_CONFIG_PATH for libosmocore
Kind Regards,
Am 31.03.2011 11:20, schrieb Marten Christophe:
Hello All,
while I'm configuring airprobe/gsm-receiver i'm getting error, plz help me
checking for libosmocore>= 0.1.13... Requested 'libosmocore>= 0.1.13' but version of Osmocom Core Library is UNKNOWN<<<<<<
===== configure: error: Library requirements (libosmocore>= 0.1.13) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.<<<<<<<< ========= plz help me to tell how i can set PKG_CONFIG_PATH for libosmocore
Kind Regards,
Hi Marten,
This is the wrong mailing list. Airprobe mailing list ist here: main@lists.airprobe.org
Regarding your question: Libosmocore is required to be installed on your system. You can find it here: http://bb.osmocom.org/trac/wiki/libosmocore
Regards Konrad
Hello All,
I'm facing problem while compiling airprobe/gsm-receiver
i will be thank-full for help 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# =============
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# =============
On 04/04/2011 04:40 PM, Marten Christophe wrote:
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
Hi Christopher,
this project is not the airprobe project, replying to a fully quoted mail is not going to change it. Your option is to read the error message, attempt what it proposes and see if it is changing anything. If it does be so kind to send a patch to the airprobe developers.
Here[1] is the autoconf manual that might be helpful.
[1] http://www.gnu.org/software/autoconf/manual/autoconf.html
On 03/31/2011 11:20 AM, Marten Christophe wrote:
Hello All,
while I'm configuring airprobe/gsm-receiver i'm getting error, plz help me
checking for libosmocore >= 0.1.13... Requested 'libosmocore >= 0.1.13' but version of Osmocom Core Library is UNKNOWN <<<<<<
This is a problem with the libosmocore bundled in osmocom-bb (patches welcome) it does not find the version in the git tag (and we didn't put a static version file in the source).
Your best option is to git clone the real libosmocore and build it from there.
baseband-devel@lists.osmocom.org