You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
I don't know much about brew and I don't have a Mac, so this will be a little complicated... Could you please post the full output of the following commands:
pkg-config --cflags --libs ao
pkg-config --variable=prefix ao
pkg-config --variable=exec_prefix ao
as well as the full output of make VERBOSE=1 in the build directory?
Hello,
I'm on Mac OS 10.9.5 and I try to compile spopd but I got this problem:
Linking C shared module libspop_audio_ao.so
ld: library not found for -lao
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libspop_audio_ao.so] Error 1
make[1]: *** [CMakeFiles/spop_audio_ao.dir/all] Error 2
make: *** [all] Error 2
I installed "libsoup, libao, json-glibc, glib, libspotify, cmake" with brew.
What I forgot?
Thx
The text was updated successfully, but these errors were encountered: