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 _______________________________________________ Patch-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/patch-gnuradio
