Still can't install gr-ais, some help please?

I’m trying to get gr-ais working on Beagleboard running Lucid.

Here is a screenshot from serial terminal:
http://old.nabble.com/file/p30062049/Screenshot.png

Says can’t find gnuradio-core. As far as I understood, it might be
possible
that gnuradio-core is installed somewhere, and I just have to specify
GNURADIO_CORE_LIBS and GNURADIO_CORE_CFLAGS variables (paths?) somehow.

I don’t get it. Help please?

View this message in context:
http://old.nabble.com/Still-can't-install-gr-ais%2C-some-help-please--tp30062049p30062049.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On Tue, 2010-10-26 at 14:43 -0700, Thunder87 wrote:

I’m trying to get gr-ais working on Beagleboard running Lucid.

Here is a screenshot from serial terminal:
http://old.nabble.com/file/p30062049/Screenshot.png

Says can’t find gnuradio-core. As far as I understood, it might be possible
that gnuradio-core is installed somewhere, and I just have to specify
GNURADIO_CORE_LIBS and GNURADIO_CORE_CFLAGS variables (paths?) somehow.

I don’t get it. Help please?

Did you set PKG_CONFIG_PATH to the location of your Gnuradio
installation? If not, find the location of libgnuradio-core.so and add
it to the PKG_CONFIG_PATH. On my Ubuntu box this file was installed
to /usr/local/lib, so we add /usr/local/lib/pkgconfig to the
PKG_CONFIG_PATH:

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig

–n

I’ve searched for libgnuradio-core.so with find / -iname
“libgnuradio-core.so” and found nothing.
But there are libgnuradio-core.so.0 and libgnuradio-core.so.0.0.0 at
/usr/lib/
Aren’t they the same with libgnuradio-core.so?

How do I set PKG_CONFIG_PATH?
Do I rewrite this block in configure:
if test x${PKG_CONFIG_PATH} = x; then
PKG_CONFIG_PATH=${prefix}/lib${gr_libdir_suffix}/pkgconfig
else

PKG_CONFIG_PATH=${prefix}/lib${gr_libdir_suffix}/pkgconfig:${PKG_CONFIG_PATH}
fi
export PKG_CONFIG_PATH
with:
PKG_CONFIG_PATH=/usr/lib/pkgconfig
export PKG_CONFIG_PATH
???

I’ve somehow came to a stupid idea of replacing missing
libgnuradio-core.so
with a renamed copy of libgnuradio-core.so.0
and configure with ./configure --prefix=/usr but this has also failed.
Not a
surprise actually))

Nick F.-4 wrote:

Did you set PKG_CONFIG_PATH to the location of your Gnuradio
installation? If not, find the location of libgnuradio-core.so and add
it to the PKG_CONFIG_PATH. On my Ubuntu box this file was installed
to /usr/local/lib, so we add /usr/local/lib/pkgconfig to the
PKG_CONFIG_PATH:
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig


View this message in context:
http://old.nabble.com/Still-can't-install-gr-ais%2C-some-help-please--tp30062049p30097892.html
Sent from the GnuRadio mailing list archive at Nabble.com.

Also gnuradio-core.pc is missing some why. Maybe that’s the problem?

Nick F.-4 wrote:

GNURADIO_CORE_LIBS and GNURADIO_CORE_CFLAGS variables (paths?) somehow.

–n


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


View this message in context:
http://old.nabble.com/Still-can't-install-gr-ais%2C-some-help-please--tp30062049p30107674.html
Sent from the GnuRadio mailing list archive at Nabble.com.

I just don’t get it.

Here is a file which contains both - ./configure output and config.log:
http://old.nabble.com/file/p30103724/configure_and_log.txt
configure_and_log.txt

And this is configure file itself:
http://old.nabble.com/file/p30103724/configure configure

libgnuradio-core.so file doesn’t exist
however there are libgnuradio-core.so.0 and libgnuradio-core.so.0.0.0 in
/usr/lib

View this message in context:
http://old.nabble.com/Still-can't-install-gr-ais%2C-some-help-please--tp30062049p30103724.html
Sent from the GnuRadio mailing list archive at Nabble.com.