Re: [Discuss-gnuradio] howto_square_ff require Gruel

2012-11-09 Thread Alick Zhao
On Thu, 08 Nov 2012 17:13:54 +0800, Gong Zhang wrote: Tom Rondeau wrote: Oh, I see what's happening; I didn't look closely enough at your first message. You don't really want to use gr_modtool to add new components to GNU Radio. It's meant to be used to build separate projects that will work

Re: [Discuss-gnuradio] howto_square_ff require Gruel

2012-11-08 Thread Gong Zhang
Tom Rondeau wrote: Oh, I see what's happening; I didn't look closely enough at your first message. You don't really want to use gr_modtool to add new components to GNU Radio. It's meant to be used to build separate projects that will work with and installed GNU Radio. See, gr_modtool creates a

[Discuss-gnuradio] howto_square_ff require Gruel

2012-11-08 Thread Brooke Hayden
Tom Gong, It seems I have the same problem as you two have been discussing. I create a module (howto) using the gr_modtool and added hwto_square_ff using 'gr_modtool add'. I completed the tutorial, but cannot make anything. I went back and created a build directory and then ran cmake ../ as

Re: [Discuss-gnuradio] howto_square_ff require Gruel

2012-11-08 Thread Josh Blum
On 11/08/2012 09:33 AM, Brooke Hayden wrote: Tom Gong, It seems I have the same problem as you two have been discussing. I create a module (howto) using the gr_modtool and added hwto_square_ff using 'gr_modtool add'. I completed the tutorial, but cannot make anything. I went back and

Re: [Discuss-gnuradio] howto_square_ff require Gruel

2012-11-08 Thread Martin Braun (CEL)
Perhaps this is a bug, but I can't reproduce that error, not with 3.6.1, master, next nor with any branch of gr_modtool. Please tell us - where libgruel.so is (if it's somewhere exotic, Josh's answer is all you need) - which version of GNU Radio you're using. Also, try and build

Re: [Discuss-gnuradio] howto_square_ff require Gruel

2012-11-08 Thread Gong Zhang
Martin Braun (CEL) wrote: Perhaps this is a bug, but I can't reproduce that error, not with 3.6.1, master, next nor with any branch of gr_modtool. Please tell us - where libgruel.so is (if it's somewhere exotic, Josh's answer is all you need) - which version of GNU Radio you're using. Also,

Re: [Discuss-gnuradio] howto_square_ff require Gruel

2012-11-08 Thread Josh Blum
I have tryed the gr-howto-write-a-block in gnuradio-3.6.1 source code.As I want to use it in grc,I add this 'add_subdirectory(gr-howto-write-a-block)' in $PREFIX/gnuradio-3.6.1/CMakeList.txt.I think this is the point that makes CMake fail. And libgruel.so exists in

Re: [Discuss-gnuradio] howto_square_ff require Gruel

2012-11-07 Thread Tom Rondeau
On Tue, Nov 6, 2012 at 8:46 PM, Gong Zhang zhang...@gmail.com wrote: Tom Rondeau wrote: I assume you have an installed and working copy of GNU Radio on your system? Did you happen to change the install prefix when building? Usually, you just have to add the path to the gruel.pc file to

Re: [Discuss-gnuradio] howto_square_ff require Gruel

2012-11-06 Thread Tom Rondeau
On Tue, Nov 6, 2012 at 8:39 AM, Gong Zhang zhang...@gmail.com wrote: Hi List, I'm trying to check the example howto_square_ff with gr_modtool.I work with ubuntu10.04,gnuradio 3.6.1 and cmake2.8.1.When I excute 'cmake ../' in /gnuradio3.6.1/build.I got the following: -- Configuring gr-wxgui

Re: [Discuss-gnuradio] howto_square_ff require Gruel

2012-11-06 Thread Gong Zhang
Tom Rondeau wrote: I assume you have an installed and working copy of GNU Radio on your system? Did you happen to change the install prefix when building? Usually, you just have to add the path to the gruel.pc file to PKG_CONFIG_PATH. You'll find it in $prefix/lib/pkgconfig. If pkg-config can't