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
Not really an issue, because I found the solution, but when trying to build on MacOS, the build failes, because MacOS doesn't have sys/sendfile.h.
I was still able to compile sturmflut aufter replacing sys/sendfile.hwith importing sys/types.h, sys/socket.h and sys/uio.h.
I haven't looked much into the code, so I don't know which of those three are really necessary, but it does work on MacOS now.
The text was updated successfully, but these errors were encountered:
Cool! Thanks for the pointers towards MacOS compatibility. I'll leave this issue open, such that I remember to have a closer look at this some time in the future.
Not really an issue, because I found the solution, but when trying to build on MacOS, the build failes, because MacOS doesn't have
sys/sendfile.h
.I was still able to compile sturmflut aufter replacing
sys/sendfile.h
with importingsys/types.h
,sys/socket.h
andsys/uio.h
.I haven't looked much into the code, so I don't know which of those three are really necessary, but it does work on MacOS now.
The text was updated successfully, but these errors were encountered: