thestk / rtaudio

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems.
Other
1.49k stars 318 forks source link

Fails to find pulse/error.h #360

Closed yurivict closed 2 years ago

yurivict commented 2 years ago
/disk-samsung/freebsd-ports/audio/rtaudio/work/rtaudio-5.2.0/RtAudio.cpp:8525:10: fatal error: 'pulse/error.h' file not found
#include <pulse/error.h>
         ^~~~~~~~~~~~~~~
1 error generated.

This is despite pulseaudio installing libpulse.pc

garyscavone commented 2 years ago

Same as with the other error, I could not reproduce this problem.