Issue building gr-ccsds
While building on Ubuntu 20.04LTS with GNU Radio version 3.10.4.0, ran into the issue below when building with cmake:
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
Traceback (most recent call last):
File "", line 2, in module
TypeError: Unicode-objects must be encoded before hashing
CMake Error at cmake/Modules/UseSWIG.cmake:199 (add_executable):
The target name "/home/username/Downloads/gr-ccsds/build/swig/.cpp" is
reserved or not valid for certain CMake features, such as generator
expressions, and may result in undefined behavior.
Call Stack (most recent call first):
cmake/Modules/UseSWIG.cmake:256 (SWIG_ADD_SOURCE_TO_MODULE)
cmake/Modules/GrSwig.cmake:174 (SWIG_ADD_MODULE)
swig/CMakeLists.txt:51 (GR_SWIG_MAKE)
Required software appears to be met:
- GNU Radio ( > 3.7.7 ) - Version 3.10.4.0 installed
- CMake ( > 3.1) - Version 3.16.3 installed
- G++ (with C++11 support) - Version 9.4.0 installed
- VOLK - Version 2.4 installed
- git - Version 2.25.1 installed