discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] New source code repository!


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] New source code repository!
Date: Fri, 4 Aug 2006 20:14:57 -0700
User-agent: Mutt/1.5.9i

On Sat, Aug 05, 2006 at 11:05:43AM +0930, Berndt Josef Wulf wrote:
> 
> G'day, 
> 
> In gr-radar the build fails due to
> 
> time_series.cc:37
>    if ((d_fd = open(d_filename.c_str(), O_RDONLY | O_LARGEFILE, 0660)) == -1){
> 
> NetBSD's open() function doesn't support the O_LARGEFILE flag. I guess all 
> files are large.... :-)
> 
> sim-airplane.cc:295
>     d_sample_rate(sample_rate), d_gain(exp10(gain_db/10))
> 
> sim-airplane2.cc:371
>     d_sample_rate(sample_rate), d_gain(exp10(gain_db/10))
> 
> NetBSD doesn't support exp10() function

Berndt, I think I've fixed these (not the doxygen stuff) in trunk.

Can you please update and re-test?  You'll need 

  ./bootstrap && ./configure

since there were some configure.ac changes.

Thanks!
Eric




reply via email to

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