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?