Hi all,
I updated to gnuradio 3.61 and previously working applications are not working. 
I tried recompiling the UCLA packet sniffer and I get errors on the make.
It seems there was a similar case that was resolved on this link, 
http://www.ruby-forum.com/topic/4040797 , however I can't get where to make the 
changes for the error to vanish.
Should I paste this
diff --git a/gr-howto-write-a-block/Makefile.common
b/gr-howto-write-a-block/Makefile.common
index fca6133..2b9cc75 100644
--- a/gr-howto-write-a-block/Makefile.common
+++ b/gr-howto-write-a-block/Makefile.common
@@ -56,7 +56,8 @@ STD_DEFINES_AND_INCLUDES = \
        $(DEFINES) \
        -I$(abs_top_srcdir)/lib \
        -I$(GNURADIO_CORE_INCLUDEDIR) \
-       -I$(GNURADIO_CORE_INCLUDEDIR)/swig
+       -I$(GNURADIO_CORE_INCLUDEDIR)/swig \
+       -I$(GRUEL_INCLUDEDIR)/gruel/swig

In my Makefile.common of my application?

H.E. Baidoo-Williams
GRA, University of Iowa
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to