errors with IRAF installation #312
Replies: 3 comments 16 replies
-
The problem is that with the newest XCode, the compilations of 2.17 does not work. Until a new release is out, you can use the latest development code by downloading https://github.com/iraf-community/iraf/archive/refs/heads/main.tar.gz. Note that the installation procedure changed; see here (or the |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick response. When I run the make command, I receive the following errors. Can you suggest a solution? |
Beta Was this translation helpful? Give feedback.
-
The error occurs when I compile the iraf-2.17 to my macOS system x86_64 (Catalina 10.15.7). I removed the file libsys.a, make clean, and make macintel. |
Beta Was this translation helpful? Give feedback.
-
I am trying to install IRAF in macOS Ventura 13.4.1 and am encountering errors.
Here are the commands that I ran:
tar zxf iraf-2.17.tar.gz
./install
make macintel
make sysgen 2>&1 | tee build.log
Based on an error with the last step and a remedy suggested in another query about
that error, I added "add #include <unistd.h>" at the top of unix/f2c/src/sysdep.c
That step then proceeds farther, but it still produces errors and IRAF isn't installed.
Here is the log:
build.log
Can anyone suggest a solution? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions