You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
The M17 Decoder is not packaged with the release. See Discord discussion.
Steps To Reproduce
Run SDR++
Attempt to select m17_decoder in the Module Manager drop-down list, but it's not there.
Additional info
The m17_decoder was removed from the MacOS ARM build because of build failures like this:
In file included from /Users/runner/work/SDRPlusPlus/SDRPlusPlus/decoder_modules/m17_decoder/src/m17dsp.h:8:
/opt/homebrew/Cellar/codec2/1.2.0/include/codec2/codec2.h:31:10: fatal error: 'codec2/version.h' file not found
#include <codec2/version.h>
^~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
Because the MacOS Intel build is unaffected, this may be related to the ARM version of Homebrew being installed in /opt/homebrew instead of /usr/local on Intel Macs. I was able to get a clean build by defining CPATH in the build environment. See jancona@e85f3fb. There's probably a cleaner solution involving CMake and/or Homebrew, but finding it is beyond my skills.
The text was updated successfully, but these errors were encountered:
Hardware
Software
Bug Description
The M17 Decoder is not packaged with the release. See Discord discussion.
Steps To Reproduce
Additional info
The m17_decoder was removed from the MacOS ARM build because of build failures like this:
Because the MacOS Intel build is unaffected, this may be related to the ARM version of Homebrew being installed in
/opt/homebrew
instead of/usr/local
on Intel Macs. I was able to get a clean build by definingCPATH
in the build environment. See jancona@e85f3fb. There's probably a cleaner solution involving CMake and/or Homebrew, but finding it is beyond my skills.The text was updated successfully, but these errors were encountered: