Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
3.7.7 libraries might be installed due building of gnuradio script " http://www.sbrac.org/files/build-gnuradio"; or installing gnuradio through pybombs. can you explain me how to remove these libraries..? Please help me out..This might be my last querry, thanks for all your helps and sugges

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
my grc is 3.7.2.1.. can i uninstall 3.7.7 version and then work on it...? and also 3.7.7 libraries might be installed due building of gnuradio script "http://www.sbrac.org/files/build-gnuradio"; or installing gnuradio through pybombs. can you explain me how to remove these libraries

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
Compare: > My after this command "gnuradio-config-info --version" > i got 3.7.2.1 and > ImportError: libgnuradio-runtime-3.7.7git.so.0.0.0: cannot open shared > object file: No such file or directory You're mixing 3.7.2.1 and 3.7.7; this can't work. You will need to uninstall both GNU Radio versi

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
Did you make and make install your out-of-tree module already? Does GRC look into the place where you install into when looking for block definitions? Generally, I'd like to point you to the guided Tutorials, which are a bit easier to follow and currently better maintained: https://gnuradio.org/r

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
hey marcus, Thanks for all your help, now have completed everything properly, but I am not able to find "square_ff" block in grc, would you please help me out. Thanks in advance, Abhishek On Mon, Mar 16, 2015 at 12:44 AM, Marcus Müller wrote: > Hi Abhishek, > > On 03/15/2015 08:11 PM, Abhishek S

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
Hi Abhishek, On 03/15/2015 08:11 PM, Abhishek Shukla wrote: > Would you tell me how to add gnuradio-runtime.pc to the > PKG_CONFIG_PATH environment variable? You want to add the directory containing it to that environment variable. How one can do that depends on your operating system. I'm

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
Would you tell me how to add gnuradio-runtime.pc to the PKG_CONFIG_PATH environment variable? Thanks in advance, Abhishek On Mon, Mar 16, 2015 at 12:12 AM, Marcus Müller wrote: > Perhaps you should add the directory containing `gnuradio-runtime.pc' > to the PKG_CONFIG_PATH environment v

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
> Perhaps you should add the directory containing `gnuradio-runtime.pc' > to the PKG_CONFIG_PATH environment variable Yes, that sounds good! > No package 'gnuradio-runtime' found > what does this exactly mean? pkgconfig couldn't find a .pc containing gnuradio-runtime. Greetings, Marcus On 0

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread abhishek
Hey Marcus, My after this command "gnuradio-config-info --version" i got 3.7.2.1 later i type "pkg-config --modversion gnuradio-runtime" i got abhishek@abhishek-Inspiron-N5110:~$ pkg-config --modversion gnuradio-runtime Package gnuradio-runtime was not found in the pkg-config search path. Perhaps

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-14 Thread Marcus Müller
Do you have GNU Radio correctly installed? this looks like you don't, or you have an old installation (GNU Radio 3.6). Check by running "gnuradio-config-info --version". On 03/14/2015 04:36 PM, Abhishek Shukla wrote: > Hey Marcus, > I am trying to build my own custom block in gnuradio, with the h

[Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-14 Thread Abhishek Shukla
Hey Marcus, I am trying to build my own custom block in gnuradio, with the help of following link "http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules and https://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig https://www.youtube.com/watch?v=BW8o9ZgFJ5I"; But i a