Re: linker error when trying to use rational_resampler_base

2019-12-02 Thread Dustin Widmann
> On Mon, Dec 2, 2019 at 6:40 PM Dustin Widmann wrote: > >> Hi all, >> >> I get a linker error when trying to use rational_resampler_base. Am I >> doing something incorrectly? >> >> the relevant snippet of code: >> #include >>

Re: linker error when trying to use rational_resampler_base

2019-12-02 Thread Ernest Fardin
Dustin Widmann wrote: > Hi all, > > I get a linker error when trying to use rational_resampler_base. Am I > doing something incorrectly? > > the relevant snippet of code: > #include > /* ... */ > unsigned int interp,decim; > std::vector taps; > /* ... */ > gr:

linker error when trying to use rational_resampler_base

2019-12-01 Thread Dustin Widmann
Hi all, I get a linker error when trying to use rational_resampler_base. Am I doing something incorrectly? the relevant snippet of code: #include /* ... */ unsigned int interp,decim; std::vector taps; /* ... */ gr::block_sptr resampler = gr::filter::rational_resampler_base_fff::make(interp