Re: Fwd: [Discuss-gnuradio] Basic problem installing GSSM

2009-01-27 Thread José Carlos Reyes
Thank you for your help, but now when I type sudo /usr/local/bin/mktun gsm
in the step 5 in the gssm installation. I gives me the following error:

*...@wsn-desktop:~/Escritorio/wireshark-0.99.5$ sudo /usr/local/bin/mktun
gsm
/usr/local/bin/mktun: error while loading shared libraries: libgruel.so.0:
cannot open shared object file: No such file or directory*

I am a little frustrated...

Thanks in advance!

Jose Carlos



2009/1/27 Johnathan Corgan 

> On Tue, 2009-01-27 at 16:59 +0100, José Carlos Reyes wrote:
>
> > Now, when I try to demod traffic, in the last step when I try to start
> > the gssm_usrp.py script, it gives me the following error:
> >
> >
> > w...@wsn-desktop:~/Escritorio/gssm-v0.1/src/python$ ./gssm_usrp.py
> > Traceback (most recent call last):
> >   File "./gssm_usrp.py", line 5, in 
> > from gnuradio import gr, usrp, db_dbs_rx, blks
> > ImportError: cannot import name db_dbs_rx
>
> The code you are working with appears to only be compatible with the GNU
> Radio 3.1 release series, as it is using the old 'blks' namespace and is
> trying to use an undocumented way of dealing with the USRP
> daughterboards.
>
> In the GNU Radio development trunk, and in the (soon to be released)
> 3.2rc0 release, neither of these are supported.
>
> I'd recommend either downgrading your GNU Radio release to 3.1.3 or
> politely requesting the original code author to update their code to
> work with recent GNU Radio.
>
> -Johnathan
>
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: Fwd: [Discuss-gnuradio] Basic problem installing GSSM

2009-01-27 Thread Johnathan Corgan
On Tue, 2009-01-27 at 16:59 +0100, José Carlos Reyes wrote:

> Now, when I try to demod traffic, in the last step when I try to start
> the gssm_usrp.py script, it gives me the following error:
> 
> 
> w...@wsn-desktop:~/Escritorio/gssm-v0.1/src/python$ ./gssm_usrp.py
> Traceback (most recent call last):
>   File "./gssm_usrp.py", line 5, in 
> from gnuradio import gr, usrp, db_dbs_rx, blks
> ImportError: cannot import name db_dbs_rx

The code you are working with appears to only be compatible with the GNU
Radio 3.1 release series, as it is using the old 'blks' namespace and is
trying to use an undocumented way of dealing with the USRP
daughterboards.

In the GNU Radio development trunk, and in the (soon to be released)
3.2rc0 release, neither of these are supported.

I'd recommend either downgrading your GNU Radio release to 3.1.3 or
politely requesting the original code author to update their code to
work with recent GNU Radio.

-Johnathan




___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Fwd: [Discuss-gnuradio] Basic problem installing GSSM

2009-01-27 Thread José Carlos Reyes
Thanks for your help, Steve. It was what I was looking for.

Now, when I try to demod traffic, in the last step when I try to start the
gssm_usrp.py script, it gives me the following error:


w...@wsn-desktop:~/Escritorio/gssm-v0.1/src/python$ ./gssm_usrp.py
Traceback (most recent call last):
  File "./gssm_usrp.py", line 5, in 
from gnuradio import gr, usrp, db_dbs_rx, blks
*ImportError: cannot import name db_dbs_rx*


How could I solve it?
Thanks for your time!

Sincerely,

Jose Carlos


-- Forwarded message --
From: Steve Glass 
Date: 2009/1/27
Subject: Re: [Discuss-gnuradio] Basic problem installing GSSM
To: José Carlos Reyes 


You need to install Boost - the development version if your distro uses it
maybe something like libboost-dev.

On Tue, Jan 27, 2009 at 7:05 PM, José Carlos Reyes <
jcreyesguerr...@gmail.com> wrote:

> Hi all,
>
> I am trying to install gssm v.01 and when I type *sudo ./configure*, it
> shows the following last lines.
>
>
> checking GNURADIO_CORE_CFLAGS... -pthread -DOMNITHREAD_POSIX=1
> -I/opt/boost_1_37_0/include/boost-1_37 -I/usr/local/include/gnuradio
> -I/usr/local/include
> checking GNURADIO_CORE_LIBS... -L/usr/local/lib -L/opt/boost_1_37_0/lib
> -lgnuradio-core -lboost_thread-gcc42-mt-1_37 -lrt
> -lboost_date_time-gcc42-mt-1_37 -lgruel -lfftw3f -lgsl -lgslcblas -lm
> -lgromnithread
> checking GNURADIO_CORE_INCLUDEDIR... /usr/local/include/gnuradio
> gr_boost_include_dir =
> checking boost/shared_ptr.hpp usability... no
> checking boost/shared_ptr.hpp presence... no
> checking for boost/shared_ptr.hpp... no
> checking boost/shared_ptr.hpp usability... no
> checking boost/shared_ptr.hpp presence... no
> checking for boost/shared_ptr.hpp... no
> *configure: error: Failed to locate boost/shared_ptr.hpp.
> Try using --with-boost-include-dir=*
>
>
>
> I tried *sudo ./configure
> --with-boost-include-dir=/opt/boost_1_37_0/include/boost-1_37/boost *but
> it shows the same error.
>
> Anyone could help me?
> Thanks for your time.
> Sicerely,
>
> Jose Carlos
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>


-- 
The highest human happiness is not the exploitation of the present but the
preparation of the future.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio