discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] another newbie plaint


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] another newbie plaint
Date: Fri, 4 Jun 2010 16:13:39 -0700
User-agent: Mutt/1.5.20 (2009-08-17)

On Fri, Jun 04, 2010 at 05:04:34PM -0600, Don Latham wrote:
>  It seems, somehow, that the libraries are going to the wrong place, I
> can't think why, I followed the instructions as best I could.
> Don
> 
> Don Latham
> > I've successfully installed the latest git on top of lucid.
> > all seems OK, except on make check I get
> >
> > gr_fft_filter_ccc.cc: In member function ‘void
> > gr_fft_filter_ccc::compute_sizes(int)’:
> > gr_fft_filter_ccc.cc:133: error: ‘stderr’ was not declared in this scope
> > gr_fft_filter_ccc.cc:134: error: ‘fprintf’ was not declared in this scope
> >
> > I found fprintf in the indicated cc file, but haven't got the faintest
> > idea how to fix. chased in the wiki, and found sa change for fprintf but
> > not how to fix (complete newbie to all things Linux)
> >
> > I did the install anyway, and I found the USRP OK,

What OS, distribution, and version of compiler are you using?

It could be that gr_fft_filter_ccc.cc needs a

#include <cstdio>

near the top.

Eric



reply via email to

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