-
Notifications
You must be signed in to change notification settings - Fork 292
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
Can't build anymore under Ubuntu Unity 22.04... #1046
Comments
Correction, « libpipewire » is installed on the system :
But the distribution seem to use the default « pulseaudio » sound system, even I can see « pipewire » processes also running :
Any suggestion is welcome... |
I think you are missing the -dev package. In any case, you can compile without PipeWire support using |
Thanks, a simple « sudo apt install libpipewire-0.3-dev » re-establish the possibility to build the package... 👍 |
The new package automatically linked to the 2 library if I understand well... oem@oem-ThinkPad-P15-Gen-1:~/tmp/Building/ssr$ ldd /usr/bin/simplescreenrecorder | grep -i "pulse\|pipewire"
libpipewire-0.3.so.0 => /lib/x86_64-linux-gnu/libpipewire-0.3.so.0 (0x000078301d708000)
libpulse.so.0 => /lib/x86_64-linux-gnu/libpulse.so.0 (0x000078301ec6b000)
libpulsecommon-15.99.so => /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-15.99.so (0x0000783018101000)
oem@oem-ThinkPad-P15-Gen-1:~/tmp/Building/ssr$ |
Hi,
I always build from latest source code from github, by the way, today, trying to build after git pull the latest changes, break the build process...
It look like the build across the « libpipewire » broken the build when this library is not installed/available :
Here is the relevant error :
Maybe, a check is needed to build across « libpulse » if we try to build under a distribution that is not already migrated to « pipewire » ?
Does it make sense ?
Last time I successfully build from github source code (commit gc092f3e), it was linked (autodetected ?) across « libpulse », not « libpipewire » :
The text was updated successfully, but these errors were encountered: