[Discuss-gnuradio] gr_timer.h on next branch

2013-05-01 Thread Alexandru Csete
Greetings, There is a gr_timer.h header in the gnuradio/next installation directory, however, when I try to use this class I get receiver.cpp:(.text+0x1ccf): undefined reference to `gr_make_timer(void (*)(gr_timer*, void*), void*)' receiver.cpp:(.text+0x1d6a): undefined reference to `gr_timer::sc

Re: [Discuss-gnuradio] gr_timer.h on next branch

2013-05-01 Thread Johnathan Corgan
On Wed, May 1, 2013 at 2:15 PM, Alexandru Csete wrote: > There is a gr_timer.h header in the gnuradio/next installation > directory, however, when I try to use this class I get > > receiver.cpp:(.text+0x1ccf): undefined reference to > `gr_make_timer(void (*)(gr_timer*, void*), void*)' > receiver

Re: [Discuss-gnuradio] gr_timer.h on next branch

2013-05-02 Thread Alexandru Csete
On Thu, May 2, 2013 at 2:06 AM, Johnathan Corgan wrote: > On Wed, May 1, 2013 at 2:15 PM, Alexandru Csete wrote: > >> >> There is a gr_timer.h header in the gnuradio/next installation >> directory, however, when I try to use this class I get >> >> receiver.cpp:(.text+0x1ccf): undefined reference