Re: [Discuss-gnuradio] GNU Radio and usrp_standard.h: No such file or directory

2010-09-22 Thread Fabrizio Tappero
Tom, that is exactly the conclusion I came to after lots of googleing !. Thanks a lot for the really good help. I am glad that now guys who adventure in c++ development will have this piece of info. Regards, Fabrizio On Wed, Sep 22, 2010 at 4:42 PM, Tom Rondeau wrote: > On Tue, Sep 21, 2010 at 2

Re: [Discuss-gnuradio] GNU Radio and usrp_standard.h: No such file or directory

2010-09-22 Thread Tom Rondeau
On Tue, Sep 21, 2010 at 2:26 PM, Thomas Tsou wrote: > On Tue, Sep 21, 2010 at 10:20 AM, Fabrizio Tappero > wrote: >> Dear All, >> I'd like to add a little piece of information about this problem. >> if I try to compile the previously mentioned code with: >> g++ usrp_test_c++.cpp -o testusrp `pkg-

Re: [Discuss-gnuradio] GNU Radio and usrp_standard.h: No such file or directory

2010-09-21 Thread Thomas Tsou
On Tue, Sep 21, 2010 at 10:20 AM, Fabrizio Tappero wrote: > Dear All, > I'd like to add a little piece of information about this problem. > if I try to compile the previously mentioned code with: > g++ usrp_test_c++.cpp -o testusrp `pkg-config --cflags usrp` > `pkg-config --libs usrp` > > and I ch

Re: [Discuss-gnuradio] GNU Radio and usrp_standard.h: No such file or directory

2010-09-21 Thread Fabrizio Tappero
Dear All, I'd like to add a little piece of information about this problem. if I try to compile the previously mentioned code with: g++ usrp_test_c++.cpp -o testusrp `pkg-config --cflags usrp` `pkg-config --libs usrp` and I change: #include "usrp_standard.h" in: #include "usrp/usrp_standard.h"

Re: [Discuss-gnuradio] GNU Radio and usrp_standard.h: No such file or directory

2010-09-20 Thread Fabrizio Tappero
Dear Eric, thank you for your help. Yes I have done "make install" and defined the various path using a "source .gnuradiorc" inside by .bashrc and in fact: ~$ more .gnuradiorc export PATH=$PATH:/media/lin_sw/gnuradio/current/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/media/lin_sw/gnuradio/curren

Re: [Discuss-gnuradio] GNU Radio and usrp_standard.h: No such file or directory

2010-09-17 Thread Eric Blossom
On Fri, Sep 17, 2010 at 05:02:00PM +0200, Fabrizio Tappero wrote: > hello, > I am trying to compile this C++ file: > http://gnuradio.org/redmine/wiki/1/UsrpFAQCppInterface > by doing: > g++ usrp_test_c++.cpp -o testusrp -lusrp > > and I get the following error: > test_usrp_standard_rx.cc:28:39: er

[Discuss-gnuradio] GNU Radio and usrp_standard.h: No such file or directory

2010-09-17 Thread Fabrizio Tappero
hello, I am trying to compile this C++ file: http://gnuradio.org/redmine/wiki/1/UsrpFAQCppInterface by doing: g++ usrp_test_c++.cpp -o testusrp -lusrp and I get the following error: test_usrp_standard_rx.cc:28:39: error: usrp_standard.h: No such file or directory I am on a ubuntu 10.4 (32bit) sys