Closed sl1pkn07 closed 1 year ago
Thanks for reporting! Will look into it.
For some reason, when I built roc-toolkit for the first time on Arch Linux a few days ago, it built cleanly without errors. But when I now try to recompile it for the (just upgraded) pulseaudio-15.0, the build fails with the same error as @sl1pkn07 reported.
I'm also banging my head against this one, not sure how this is shaping up.
@sl1pkn07 @cyberpunkrocker-zero I just found that this is more or less solved with PulseAudio modules for Roc Toolkit. This doesn't build the whole of PulseAudio in order to build the modules, as such, this has resulted in the modules building and working on PulseAudio 15.0 (For me on Ubuntu 21.10). Tested as working just fine with PA on both sender and receiver. :tada:
Hi, thanks for report. Yes, PulseAudio modules are migrated to roc-pulse repo (I migrated related issues as well, including this one).
New repo has new build system which handles the reported issue. I've fixed support for recent pulseaudio versions (based on meson). We don't need to build pulseaudio anymore, however we still need its source dir, and on new pulseaudio versions, we also run meson to generate one header file.
The build instructions are available in README: https://github.com/roc-streaming/roc-pulse
I'm closing this, but feel free to reopen if you encounter any other issues.
when try to build roc
but pulseaudio is now meson only build system
greetings