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

"configure: error: Missing pulseaudio headers" #57

Open
kayatf opened this issue Apr 25, 2020 · 2 comments
Open

"configure: error: Missing pulseaudio headers" #57

kayatf opened this issue Apr 25, 2020 · 2 comments
Assignees
Labels

Comments

@kayatf
Copy link

kayatf commented Apr 25, 2020

Hey, I always get the same error when executing the ./configure script allthough pulseaudio is started and run as a system daemon. Im running raspbian 10. Please help.

@NeroBurner
Copy link
Contributor

alternatively build with CMake

cmake -S . -B _build -DCMAKE_INSTALL_PREFIX="${PWD}/_install"
cmake --build _build --target install

Then the _install directory contains the binaries

-- Installing: /home/nero/repos/vban/_install/bin/vban_receptor
-- Installing: /home/nero/repos/vban/_install/bin/vban_emitter
-- Installing: /home/nero/repos/vban/_install/bin/vban_sendtext

@quiniouben
Copy link
Owner

I would guess that one reason could be that you miss the developer package of pulseaudio. Have you installed libpulse-dev ?

From the README of this project :

Depending on which audio backends you want to compile in, you need corresponding library and source headers. Usual package names are:

Alsa: libasound(X) and eventually libasound(X)-dev
PulseAudio: libpulse(X) and eventually libpulse(X)-dev
Jack: libjack(X) and eventually libjack(X)-dev

@quiniouben quiniouben self-assigned this Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants