patch-gnuradio
[Top][All Lists]
Advanced

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

[Patch-gnuradio] Compile bug in #11624


From: Martin Braun
Subject: [Patch-gnuradio] Compile bug in #11624
Date: Mon, 9 Nov 2009 17:36:57 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Hi,

the current trunk doesn't compile here - I believe there's a line
missing (did the trick here), as memcpy isn't defined in

Index: gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.cc
===================================================================
--- gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.cc
(revision 11659)
+++ gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.cc      (working
copy)
@@ -25,6 +25,7 @@
 #endif

 #include <cstdio>
+#include <cstring>

 #include <gr_pfb_channelizer_ccf.h>
 #include <gr_fir_ccf.h>



MB
-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-3790
Fax: +49 721 608-6071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Attachment: pgpjzkyEwtumH.pgp
Description: PGP signature


reply via email to

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