discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Brett L. Trotter
Subject: Re: [Discuss-gnuradio] help using gri_glfsr from an external app
Date: Tue, 03 May 2011 05:05:58 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110419 Red Hat/3.1.10-1.el6_0 Thunderbird/3.1.10

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 needed to go. It now compiles fine.

On 05/03/2011 04:49 AM, Brett L. Trotter wrote:
> 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 <gri_glfsr.h>, I can test that
> INCLUDED_GRI_GLFSR_H is defined, so it doesn't seem to be an include
> path issue. I have a "gri_glfsr *d_glfsr;" and then the line in question
> is "d_glfsr = new gri_glfsr(mask, seed);" which complains "error: cannot
> convert ‘int*’ to ‘gri_glfsr*’ in assignment"
>
> can anyone help me understand what's the matter here and moreover why it
> only happens for me on FC14?
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]