-
Notifications
You must be signed in to change notification settings - Fork 170
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
Working OS/X build #39
base: master
Are you sure you want to change the base?
Conversation
Under OSX 10.11.6 I'm getting a few errors of the kind: I'm using macports to provide the build system, and I had to modify line 47 in the Makefile to add the /opt/local/include and /opt/local/lib directories, else libfftw wasn't being found. Not sure if this is a compile issue (gcc isn't really gcc... it's LLVM), or something else. |
It looks like clock_gettime and CLOCK_MONOTONIC were only added in OS/X 10.12 Sierra. I pushed this solution, which works on Sierra. Let me know if it works for you @darksidelemm. |
It builds fine now! Not able to do any serious testing at the moment, but that's a good start! |
Why is this change not being merged? |
Building works under macOS Mojave, but installing fails:
Changing the PREFIX in Makefile to /usr/local worked for me. |
Because of me struggling to find time on reviewing this and other pull
requests.
I don't have a Mac either, so what I'll be able to test is that it still
works in Linux.
Michael Auß <[email protected]> ezt írta (időpont: 2018. okt. 18.,
Cs, 11:45):
… Why is this change not being merged?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFoUMHRjS30gb4ERlaYMx4ZRI-jTQUbhks5umE2ogaJpZM4VCfWM>
.
|
This builds and runs on OS/X Sierra. It also still works on a Linux box. This should fix #24.