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

Makefile issues #6

Closed
joezepeda opened this issue Apr 11, 2019 · 2 comments
Closed

Makefile issues #6

joezepeda opened this issue Apr 11, 2019 · 2 comments

Comments

@joezepeda
Copy link

When running the command make World I received a fatal error. The error was because it couldn't find the file "X11/Xaw/XawInit.h". After tracking down the location of XawInit.h in "x11/iraf/include/X11/Xaw3d/", I resolved this by mkdir Xaw when in the X11 directory. Then I copied the contents of "Xaw3d" into "Xaw" with the command cp Xaw3d/* Xaw/. make World ran successfully after this and I found the executable in "x11iraf/bin".

So If anyone else runs into this problem this should solve it.

This is a minor issue, but it did give me some trouble to find the fix. If this could be addressed in an update I know it would be appreciated by beginner iraf users like myself :)

@joezepeda
Copy link
Author

Note: my fix requires you to run make World and get the fatal error before you can rename the directory. The unsuccessful "make World" command moves files and makes new directories so you want to run it before you do the steps to resolve it as I did above.

@olebole
Copy link
Member

olebole commented Jun 8, 2020

I think this should be resolved with #19

@olebole olebole closed this as completed Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants