Re: [Discuss-gnuradio] Re: gr-howto-write-a-block

2009-04-16 Thread George Nychis
On Fri, Apr 17, 2009 at 1:09 AM, William Sherman wrote: > OK I fixed the error in my Makefile which was giving me the make error. > > However I have run into another problem. python doesn't pick up the new > block when I try to run a python program. > > I use, > from gnuradio import howto > but th

[Discuss-gnuradio] Re: gr-howto-write-a-block

2009-04-16 Thread William Sherman
OK I fixed the error in my Makefile which was giving me the make error. However I have run into another problem. python doesn't pick up the new block when I try to run a python program. I use, from gnuradio import howto but the new block is not recognised. Why would this be? Do I need to buildi

[Discuss-gnuradio] Re: gr-howto-write-a-block

2009-04-02 Thread William Sherman
I did not run make install before. When I ran make install I get the following messages: curve: [~/Masters/ren_static/gr-howto-ren-3.1.3] % make install Making install in config Making install in src Making install in lib make install-am test -z "/u/students/renyu/Masters/ren_static/gr-howto-wr

Re: [Discuss-gnuradio] Re: gr-howto-write-a-block seems broken, anybody working on it.

2008-12-08 Thread Martin DvH
On Mon, 2008-12-08 at 14:51 -0800, Johnathan Corgan wrote: > On Mon, Dec 8, 2008 at 2:34 PM, Johnathan Corgan > <[EMAIL PROTECTED]> wrote: > > >> /usr/local/include/gnuradio/swig/gr_realtime.i:3: Error: Unable to find > >> 'gruel/realtime.h' > > > > This should have been fixed in a fairly recent

[Discuss-gnuradio] Re: gr-howto-write-a-block seems broken, anybody working on it.

2008-12-08 Thread Johnathan Corgan
On Mon, Dec 8, 2008 at 2:34 PM, Johnathan Corgan <[EMAIL PROTECTED]> wrote: >> /usr/local/include/gnuradio/swig/gr_realtime.i:3: Error: Unable to find >> 'gruel/realtime.h' > > This should have been fixed in a fairly recent version of the trunk, > without needing any change to the gr-howto code, b

[Discuss-gnuradio] Re: gr-howto-write-a-block seems broken, anybody working on it.

2008-12-08 Thread Johnathan Corgan
On Mon, Dec 8, 2008 at 2:27 PM, Martin DvH <[EMAIL PROTECTED]> wrote: > /usr/local/include/gnuradio/swig/gr_realtime.i:3: Error: Unable to find > 'gruel/realtime.h' This should have been fixed in a fairly recent version of the trunk, without needing any change to the gr-howto code, but I'll go ch