Missing gruel module when installing current

After building and installing current version on my RHEL6 system, I was
unable to compile my module and the following error appeared:

– checking for module ‘gruel’
– package ‘gruel’ not found
– Could NOT find GRUEL (missing: GRUEL_INCLUDE_DIRS)
– checking for module ‘gnuradio-core’
– package ‘gnuradio-core’ not found
– Could NOT find GNURADIO_CORE (missing: GNURADIO_CORE_INCLUDE_DIRS)
– checking for module ‘cppunit’
– found cppunit, version 1.12.1
– Found CPPUNIT: /usr/lib64/libcppunit.so;dl
CMake Error at CMakeLists.txt:99 (message):
Gruel required to compile test

How can I find this gruel headers, and why would they be missing?

Nemanja,

Gruel and GNURADIO_CORE are both elements of GnuRadio 3.6 that went away
in
3.7. If you want to use your module as-is, you’d need to revert back to
3.6, otherwise you’ll need to update your module to work with 3.7.
There’s
a guide here:

http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7

Ethan

Hi,

I must check in order to be 100 % sure, but complete module was written
for
3.7.0 that I have on other machine. I’ll post when I check.