Ron,
SoapySDR in #include (in
gr_soapy/include/gnuradio/soapy/soapy_types.h) is not defined although I
interpret the lines of CMakeCache.txt:
//Path to a file.
SOAPY_SDR_INCLUDE_DIR:PATH=~/.local/include
//Path to a library.
SOAPY_SDR_LIBRARY:FILEPATH=~/.local/lib/libSoapySDR.so
to imply that
After SoapySDR and LimeSuite were installed (the default) in /usr/local
(as opposed to ~/.local) gnuradio was built with
-DCMAKE_INSTALL_PREFIX=~/.local and -DENABLE_GR_SOAPY=ON, installed and
working as expected.
Although unsatisfied as to why, I'm happy and will accept these little
victories wher