[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patch-gnuradio] building gnuradio on ubuntu intrepid (8.10)
From: |
Eric Blossom |
Subject: |
Re: [Patch-gnuradio] building gnuradio on ubuntu intrepid (8.10) |
Date: |
Sun, 14 Sep 2008 08:14:01 -0700 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
On Sun, Sep 14, 2008 at 04:02:33PM +0200, Tobias Gresch wrote:
> Hello,
>
> I encountered some trivial errors while trying to build gnuradio on a test
> system
> with ubuntu intrepid (8.10) installed (gcc 4.3):
>
> Make terminated with error in "gnuradio-core/src/lib/viterbi" because
> -Werror option was set
> and in encode.cc and decode.cc the return value of fwrite is ignored. The
> supplied patch adds
> a variable "m" to which the return value of fwrite is assigned (and
> ignored).
>
> Needed to add <string.h> to gnuradio-core/src/lib/general/qa_gri_lfsr.cc.
>
> P.S. I had to install sdcc-nf packet instead of sdcc to make the configure
> script
> pass.
>
> Best regards,
> Tobias Gresch
Thanks,
Can you explain why you changed the scope of the some of the
variables in encode and decode.cc?
I'm assuming that you set -Werror and it was not the default config, right?
Eric