discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Brett L. Trotter
Subject: [Discuss-gnuradio] help using gri_glfsr from an external app
Date: Tue, 03 May 2011 04:49:34 -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

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?



reply via email to

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