argilo / gr-nrsc5

A GNU Radio implementation of HD Radio (NRSC-5)
GNU General Public License v3.0
129 stars 24 forks source link

gr-nrsc5 should require SWIG #13

Closed argilo closed 3 years ago

argilo commented 4 years ago

If SWIG is not present, the problem is ignored during build:

-- Checking for module SWIG
-- Disabling SWIG because version check failed.

This then leads to AttributeError: 'module' object has no attribute 'sis_encoder'.

It would be good to fail the build if SWIG is missing.

argilo commented 3 years ago

Closing, since SWIG is no longer used in GNU Radio 3.9.