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
/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_science_SoapyAudio/SoapyAudio/work/SoapyAudio-0.1.1/Streaming.cpp:242:14: error: unknown type name 'RtAudioError'; did you mean 'RtAudioErrorType'?
} catch (RtAudioError& e) {
^~~~~~~~~~~~
RtAudioErrorType
/opt/local/include/rtaudio/RtAudio.h:228:6: note: 'RtAudioErrorType' declared here
enum RtAudioErrorType {
^
/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_science_SoapyAudio/SoapyAudio/work/SoapyAudio-0.1.1/Streaming.cpp:243:60: error: member reference base type 'RtAudioErrorType' is not a structure or union
throw std::runtime_error("RtAudio init error '" + e.getMessage());
~^~~~~~~~~~~
Hi! I'm currently trying to rebuild this project against rtaudio 6 on Arch Linux.
Unfortunately, this currently fails:
It would be great if this project could be made compatible with/ updated to the latest rtaudio, as it is currently blocking our rebuild TODO.
The text was updated successfully, but these errors were encountered: