On 05/09/2019 16.11, Barry Duggan wrote:
> Hi Michael,
>
> I installed libcppunit-dev which resolved the "No package 'cppunit' found" error, but still get:
>
> """
> CMake Error at CMakeLists.txt:143 (find_package):
> Could not find a configuration file for package "Gnuradio" that is
> compatible with requested version "3.7.2".
>
> The following configuration files were considered but not accepted:
>
> /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake, version: 3.9.0.0-git
>
> -- Configuring incomplete, errors occurred!
> See also "/home/pi/gr-radioteletype/build/CMakeFiles/CMakeOutput.log".
> """
>
> CMakeLists.txt line 143 says:
> find_package(Gnuradio "3.7.2" REQUIRED)
>
> should I change that to "3.8.0"? or "3.9.0"?
You could change it but it's not going to work. This module have to be ported to support gnuradio 3.8 or 3.9, see https://wiki.gnuradio.org/index.php/GNU_Radio_3.8_OOT_Module_Porting_Guide
First try contacting gr-radioteletype developers and ask them if they have plans to support 3.8
Cheers,
Vasil
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment