discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr-foo


From: Cinaed Simson
Subject: [Discuss-gnuradio] gr-foo
Date: Fri, 20 Oct 2017 15:26:01 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

I'm installing gnuradio and number of oot modules on a new i7 laptop.

I have the latest git pulls for gnuradio and gr-foo.

Gnuradio builds without any issues.

For gr-foo, cmake finds everything and generates the make files.

But when I run

  make

in the gr-foo build directory, it craps out - indicating it can't find

  #include <gnuradio/filter/mmse_resampler_cc.h>

I did a find on the gnuradio tree it case per chance it was moved but no
cigar.

I was able to build it a while back - maybe 3.7.10?

Maybe I could just check out an older version of gnuradio and copy the
file into gr-foo - but that has the potential of blowing up in my face.

I can build gr-ieee802-11 and gr-ieee802-15-4 without gr-foo so it's not
a show stopper.

Or am I just missing something?

-- Cinaed


address@hidden:/opt/gnuradio/src/gr-oot/gr-foo/build# make
Scanning dependencies of target gnuradio-foo
[  5%] Building CXX object
lib/CMakeFiles/gnuradio-foo.dir/burst_tagger_impl.cc.o
[ 10%] Building CXX object
lib/CMakeFiles/gnuradio-foo.dir/channel_model_impl.cc.o
In file included from
/opt/gnuradio/src/gr-oot/gr-foo/lib/channel_model_impl.cc:18:0:
/opt/gnuradio/src/gr-oot/gr-foo/lib/channel_model_impl.h:27:47: fatal
error: gnuradio/filter/mmse_resampler_cc.h: No such file or directory
 #include <gnuradio/filter/mmse_resampler_cc.h>
                                               ^
compilation terminated.
lib/CMakeFiles/gnuradio-foo.dir/build.make:77: recipe for target
'lib/CMakeFiles/gnuradio-foo.dir/channel_model_impl.cc.o' failed
make[2]: *** [lib/CMakeFiles/gnuradio-foo.dir/channel_model_impl.cc.o]
Error 1
CMakeFiles/Makefile2:121: recipe for target
'lib/CMakeFiles/gnuradio-foo.dir/all' failed
make[1]: *** [lib/CMakeFiles/gnuradio-foo.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2






reply via email to

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