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

[BUG] SHOUT_META_NAME’ was not declared in this scope #466

Open
valeriosouza opened this issue Feb 27, 2024 · 1 comment
Open

[BUG] SHOUT_META_NAME’ was not declared in this scope #466

valeriosouza opened this issue Feb 27, 2024 · 1 comment

Comments

@valeriosouza
Copy link

  • RTLSDR-Airband version you are using (stable release number or branch/commit): git clone
  • make options used to build the program: sudo make install
  • Hardware platform (eg. x86_64, Raspberry Pi v4): Orange Pi Zero
  • Operating system name and version: Ubuntu Server

What happened?

/root/RTLSDR-Airband/src/output.cpp: In function ‘void shout_setup(icecast_data*, mix_modes)’:
/root/RTLSDR-Airband/src/output.cpp:102:52: error: ‘SHOUT_META_NAME’ was not declared in this scope
     if (icecast->name && shout_set_meta(shouttemp, SHOUT_META_NAME, icecast->name) != SHOUTERR_SUCCESS) {
                                                    ^
/root/RTLSDR-Airband/src/output.cpp:102:82: error: ‘shout_set_meta’ was not declared in this scope
     if (icecast->name && shout_set_meta(shouttemp, SHOUT_META_NAME, icecast->name) != SHOUTERR_SUCCESS) {
                                                                                  ^
/root/RTLSDR-Airband/src/output.cpp:106:53: error: ‘SHOUT_META_GENRE’ was not declared in this scope
     if (icecast->genre && shout_set_meta(shouttemp, SHOUT_META_GENRE, icecast->genre) != SHOUTERR_SUCCESS) {
                                                     ^
/root/RTLSDR-Airband/src/output.cpp:106:85: error: ‘shout_set_meta’ was not declared in this scope
     if (icecast->genre && shout_set_meta(shouttemp, SHOUT_META_GENRE, icecast->genre) != SHOUTERR_SUCCESS) {
                                                                                     ^
/root/RTLSDR-Airband/src/output.cpp:110:59: error: ‘SHOUT_META_DESCRIPTION’ was not declared in this scope
     if (icecast->description && shout_set_meta(shouttemp, SHOUT_META_DESCRIPTION, icecast->description) != SHOUTERR_SUCCESS) {
                                                           ^
/root/RTLSDR-Airband/src/output.cpp:110:103: error: ‘shout_set_meta’ was not declared in this scope
     if (icecast->description && shout_set_meta(shouttemp, SHOUT_META_DESCRIPTION, icecast->description) != SHOUTERR_SUCCESS) {
                                                                                                       ^
src/CMakeFiles/rtl_airband_base.dir/build.make:189: recipe for target 'src/CMakeFiles/rtl_airband_base.dir/output.cpp.o' failed
make[2]: *** [src/CMakeFiles/rtl_airband_base.dir/output.cpp.o] Error 1
CMakeFiles/Makefile2:87: recipe for target 'src/CMakeFiles/rtl_airband_base.dir/all' failed
make[1]: *** [src/CMakeFiles/rtl_airband_base.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

What you expected to happen?
Install

Steps to Reproduce
Step by Step for install doc

@valeriosouza
Copy link
Author

image

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

No branches or pull requests

1 participant