Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure in freedv with codec2 1.0.4 #6008

Closed
bulvara opened this issue Jul 13, 2022 · 3 comments
Closed

Build failure in freedv with codec2 1.0.4 #6008

bulvara opened this issue Jul 13, 2022 · 3 comments
Labels
vocoder Concerning the Vocoder module

Comments

@bulvara
Copy link

bulvara commented Jul 13, 2022

What happened?

./gnuradio/gr-vocoder/lib/freedv_rx_ss_impl.cc: In constructor 'gr::vocoder::freedv_rx_ss_impl::freedv_rx_ss_impl(int, float, int)':
./gnuradio/gr-vocoder/lib/freedv_rx_ss_impl.cc:41:15: error: 'struct freedv_advanced' has no member named 'interleave_frames'
   41 |         d_adv.interleave_frames = interleave_frames;
      |               ^~~~~~~~~~~~~~~~~
[ 33%] Built target gnuradio-blocks
[ 33%] Building CXX object gr-uhd/examples/c++/CMakeFiles/tags_demo.dir/tags_demo.cc.o
./gnuradio/gr-vocoder/lib/freedv_tx_ss_impl.cc: In constructor 'gr::vocoder::freedv_tx_ss_impl::freedv_tx_ss_impl(int, std::string, int)':
./gnuradio/gr-vocoder/lib/freedv_tx_ss_impl.cc:39:15: error: 'struct freedv_advanced' has no member named 'interleave_frames'
   39 |         d_adv.interleave_frames = interleave_frames;
      |               ^~~~~~~~~~~~~~~~~
make[2]: *** [gr-vocoder/lib/CMakeFiles/gnuradio-vocoder.dir/build.make:365: gr-vocoder/lib/CMakeFiles/gnuradio-vocoder.dir/freedv_tx_ss_impl.cc.o] Error 1
make[2]: *** [gr-vocoder/lib/CMakeFiles/gnuradio-vocoder.dir/build.make:349: gr-vocoder/lib/CMakeFiles/gnuradio-vocoder.dir/freedv_rx_ss_impl.cc.o] Error 1

System Information

ArchLinux

GNU Radio Version

3.11-git (main)

Specific Version

0.0.0.0

Steps to Reproduce the Problem

Build from source

Relevant log output

No response

@willcode willcode added the vocoder Concerning the Vocoder module label Jul 13, 2022
@haakov
Copy link
Contributor

haakov commented Jul 14, 2022

I've got the same issue (same system), downgrading to 1.0.3 works. The issue appears to be fixed in 1.0.4 rc2, released less than 24 hours ago.

The Arch package has already been flagged out of date, so I suppose this problem will solve itself in a day or two.

@haakov
Copy link
Contributor

haakov commented Jul 24, 2022

@bulvara The package has been updated to 1.0.5. Can you confirm that the issue has been fixed?

@marcusmueller
Copy link
Member

seems to be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vocoder Concerning the Vocoder module
Projects
None yet
Development

No branches or pull requests

4 participants