-
Notifications
You must be signed in to change notification settings - Fork 23
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
installation problem #4
Comments
Hi @harshkumar13, yes! I had the same problem and made a pull request to address it here Created check for MACOSX with MACH #3. An example of my edits behind the pull request can be found here: The gist is that I added
to every Although I haven't looked at the @acbecker's HOTPANTS master branch since February, my fork still works for me now: https://github.com/exowanderer/hotpants/ |
Hi, |
I think for that, I used brew to install Just in case you don't have |
Hi, when i run make command in macos High Sierra(64 bit). I got this error.
gcc -funroll-loops -O3 -ansi -std=c99 -pedantic-errors -Wall -I../../cfitsio/include -D_GNU_SOURCE -c main.c
main.c:4:9: fatal error: 'malloc.h' file not found
#include<malloc.h>
^~~~~~~~~~
1 error generated.
make: *** [main.o] Error 1
can somebody help me how to resolve this.
The text was updated successfully, but these errors were encountered: