[Discuss-gnuradio] help using gri_glfsr from an external app

2011-05-03 Thread Brett L. Trotter
I have an application I've been compiling fine against gnuradio for several years, including recent ubuntu and RHEL-6, until I tried it on FC14. For some reason, on FC14, it seems like gri_glfsr is improperly/inadequately defined or not linked properly. Long story short, after the #include , I can

Re: [Discuss-gnuradio] help using gri_glfsr from an external app

2011-05-03 Thread Brett L. Trotter
Replying to myself here- I've resolved the issue. In my previous email, I also cut/pasted the wrong affected line from a different file. The line was actually originally d_glfsr = new gri_glfsr::gri_glfsr(mask, seed) which compiled fine but now things have changed somewhere and the gri_glfsr:: part