-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
build depsIssues with build and/or dependenciesIssues with build and/or dependencies
Description
Describe the bug
I get this error when trying to build 0.8.2-3:
./gr/gr_mod_base.h:27:10: fatal error: gnuradio/vocoder/freedv_api.h: No such file or directory
27 | #include <gnuradio/vocoder/freedv_api.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To Reproduce
I compile my GNUradio with the following components:
-- ######################################################
-- # Gnuradio enabled components
-- ######################################################
-- * testing-support
-- * volk
-- * gnuradio-runtime
-- * gr-ctrlport
-- * gr-blocks
-- * gr-fec
-- * gr-fft
-- * gr-filter
-- * gr-analog
-- * gr-digital
-- * gr-dtv
-- * gr-atsc
-- * gr-audio
-- * * alsa
-- * * oss
-- * * jack
-- * gr-channels
-- * gr-noaa
-- * gr-pager
-- * gr-trellis
-- * gr-uhd
-- * gr-video-sdl
-- * gr-vocoder
-- * gr-fcd
-- * gr-wavelet
-- * gr-zeromq
--
-- ######################################################
-- # Gnuradio disabled components
-- ######################################################
-- * python-support
-- * doxygen
-- * sphinx
-- * gnuradio-companion
-- * gr-comedi
-- * gr-qtgui
-- * gr-utils
-- * gr-wxgui
--
-- Using install prefix: /nix/store/syg7iqv95ygbwj0x2ibdl750174sqfp1-gnuradio-3.7.14.0
-- Building for version: 3.7.14.0 / 3.7.14.0
Expected behavior
I'm able to build qradiolink just fine.
Additional context
I'm using NixOS and I'm trying to update our qradiolink package. I'm getting this error with 0.8.3-alpha2 as well. Haven't tried to build straight from master yet.
Metadata
Metadata
Assignees
Labels
build depsIssues with build and/or dependenciesIssues with build and/or dependencies