Closed Shogoki closed 4 years ago
You have to configure flac libraries w/o ogg:
./configure --enable-static --disable-shared --disable-ogg --disable-cpplibs
Damn! I was somehow thinking that the issue was, that i was missing ogg.. Thank you very much. That made it for me. Got it working on FreeBSD now :-)
I will open a PR, to add the pre-compiled binary, so the next FreeBSD Users will have it easier :-).
Hi,
I was trying to get that running today on my FreeBSD installation, where i have a running LMS installation.
I was able to get the plugin itself to run, and i can see my players as airplay devices.
However i cannot start playing, because i am getting an error from the helper binary. Which is probably, cause there is no precompiled FreeBSD version.
I tried to get the things together and compile the helper for my FreeBSD, however I am stuck in some place..
I have installed flac and cloned tinysvcmdns Repo to get the libraries i need. my Makefile looks like this:
But when running gmake i get the following errors:
For now i am not too sure, what´s going wrong.. maybe you can help me, and point me into the right direction to identify what i am doing wrong/i am missing.
Thank you very much for your help.