dimtpap / obs-pipewire-audio-capture

🔊 Audio device and application capture for OBS Studio using PipeWire
https://obsproject.com/forum/resources/pipewire-audio-capture.1458/
GNU General Public License v2.0
300 stars 9 forks source link

CMake not locating PipeWire #5

Closed PAI5REECHO closed 2 years ago

PAI5REECHO commented 2 years ago
-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/j0lglxsmvrd3zyv9dlabffc0n0xnxbia-gcc-wrapper-10.3.0/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/j0lglxsmvrd3zyv9dlabffc0n0xnxbia-gcc-wrapper-10.3.0/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:8 (message):
  PipeWire library not found! Please install PipeWire or set
  ENABLE_PIPEWIRE=OFF

-- Configuring incomplete, errors occurred!
See also "/build/source/build/CMakeFiles/CMakeOutput.log".
$ pkg-config --list-all
libspa-0.2      libspa - Simple Plugin API
libpipewire-0.3 libpipewire - PipeWire Interface
PAI5REECHO commented 2 years ago

Probably use something like https://github.com/Soundux/Soundux/blob/master/FindPipeWire.cmake instead

dimtpap commented 2 years ago

I added that as well as better build instructions. Let me know if it's ok now

PAI5REECHO commented 2 years ago

It's still not finding it, same problem

PAI5REECHO commented 2 years ago

Nevermind, it's fine