We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why I'm unable to run "make" command successfully. Always getting "make: *** [makefile:8: eazy] Error 1" Please help
The text was updated successfully, but these errors were encountered:
I ran into the same issue and have fixed it after digging through the definitions.
My solution was to:
in src/defs.h add extern to line 35:
src/defs.h
extern
extern int32_t nusefilt32, NTEMP32, nobj32, NZ32, NK32,*izsave32, NTEMPL32;
and in src/getphotz.c remove or comment out line 3:
src/getphotz.c
// int iz;
Now, make runs fine, there's still warnings, but no errors.
make
The example of
cd ../inputs mkdir OUTPUT ../src/eazy # generates param file ../src/eazy -p zphot.param.default
also completes without errors and seems to have the proper output.
Sorry, something went wrong.
No branches or pull requests
Why I'm unable to run "make" command successfully. Always getting "make: *** [makefile:8: eazy] Error 1"
Please help
The text was updated successfully, but these errors were encountered: