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

pa_strerror symbol not found link error. #293

Closed
Parakleta opened this issue May 13, 2021 · 1 comment
Closed

pa_strerror symbol not found link error. #293

Parakleta opened this issue May 13, 2021 · 1 comment

Comments

@Parakleta
Copy link

Not sure if this is a FreeBSD issue specifically, but I found that I got link errors when just pulse-simple was linked since the pa_strerror symbol could not be found. This symbol is in the base pulse library. I'm not sure if this is a version or distribution thing or what.

To get a successful build on FreeBSD I needed to define the following environment variables:

LDFLAGS='-L/usr/local/lib -lpulse'
CFLAGS='-I/usr/local/include'

@ntonnaett
Copy link
Contributor

CMake and Meson check also for the pulse dependency. You could try if it works when you build with one of them. Meson doesn't produce a pkgconfig file yet. But you can use it as a subproject.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants