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