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
Description
I just tried to build snapcast in a fresh freebsd jail.
I followed the general and for freebsd specifical guidelines.
But When I try to gmake, I get a compilation Error when trying to compile streamreader/pipe_stream.cpp
streamreader/pipe_stream.cpp: In member function 'virtual void streamreader::PipeStream::do_connect()':
streamreader/pipe_stream.cpp:61:27: error: 'F_GETPIPE_SZ' was not declared in this scope
61 | pipe_size = fcntl(fd, F_GETPIPE_SZ);
This is related to #720 (difference between Linux and Unix/BSD like commands).
As I don't have a BSD or macos available, it would be great if someone could fix it and make a PR.
Description
I just tried to build snapcast in a fresh freebsd jail.
I followed the general and for freebsd specifical guidelines.
But When I try to gmake, I get a compilation Error when trying to compile streamreader/pipe_stream.cpp
Steps to Reproduce
Environment details
I hope I am not doing something obvious wrong, and thanks for your help
The text was updated successfully, but these errors were encountered: