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

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to