discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Cannot find gnuradio.i in 3.6.1


From: Baidoo-Williams, Henry E
Subject: [Discuss-gnuradio] Cannot find gnuradio.i in 3.6.1
Date: Fri, 1 Jun 2012 21:51:05 +0000

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


reply via email to

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