patch-gnuradio
[Top][All Lists]
Advanced

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

[Patch-gnuradio] building gnuradio on ubuntu intrepid (8.10)


From: Tobias Gresch
Subject: [Patch-gnuradio] building gnuradio on ubuntu intrepid (8.10)
Date: Sun, 14 Sep 2008 16:02:33 +0200

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

--

Attachment: ubuntu_intrepid_build.patch
Description: Binary data


reply via email to

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