discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] undefined symbols, causes?


From: Charles Swiger
Subject: Re: [Discuss-gnuradio] undefined symbols, causes?
Date: Fri, 28 Apr 2006 16:35:48 -0400

On Fri, 2006-04-28 at 15:16 -0400, Ilia Mirkin wrote:
> Usually when something like this happens, you have some versioning problems
> between interfaces. And indeed your files reveal this:
> 
> .h:
> 
> atsc_fpll_sptr atsc_make_fpll();
> 
> .cc:
> 
> atsc_fpll_sptr atsc_make_fpll(double a_initial_freq) { ... }
> 
> You need to figure out which interface is the right one, and use that.
> 

Ok, changed all to atsc_make_fpll() and that works. 

Ideally it would take an argument for initial_freq but I'll sort that
out 'later'.


Tks
--Chuck






reply via email to

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