Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling-Instructions for macos #5

Open
LukasSchulz opened this issue Jan 5, 2021 · 1 comment
Open

Compiling-Instructions for macos #5

LukasSchulz opened this issue Jan 5, 2021 · 1 comment

Comments

@LukasSchulz
Copy link

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.

@TobleMiner
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants