Can anyone apply this? It fixes compilation issues for newer toolchain versions (gcc >= 4.6, debian wheezy) and a typo.
Also, the gr-rds block in cgran has in the svn files that should not be commited. Best regards, Rafael Diniz +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Rádio Muda, radiolivre.org, TV Piolho, tvlivre.org Chave PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2FF86098 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Index: src/lib/rds.i
===================================================================
--- src/lib/rds.i (revisão 684)
+++ src/lib/rds.i (cópia de trabalho)
@@ -3,6 +3,9 @@
%feature("autodoc", "1"); // generate python docstrings
%include "exception.i"
+%{
+#include <cstddef>
+%}
%import "gnuradio.i" // the common stuff
%{
Index: src/lib/Makefile.am
===================================================================
--- src/lib/Makefile.am (revisão 684)
+++ src/lib/Makefile.am (cópia de trabalho)
@@ -91,7 +91,7 @@
gr_rds_freq_divider.h \
gr_rds_constants.h \
gr_rds_tmc_events.h \
- gr_rds_tmc_locations_italian.h
+ gr_rds_tmc_locations_italy.h
# These swig headers get installed in ${prefix}/include/gnuradio/swig
swiginclude_HEADERS = \
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
