Replies: 1 comment 1 reply
-
I can confirm this and also went into this problem today after I updated XCode. It seems that the updated clang I converted this to bug report #273 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IRAF failed to build on OS X 13.3 (latest Xcode and Developer Tools installed):
build.1.log
Adding
#include "unistd.h"
(to unix/f2c/src/sysdep.c) seems to fix this issue, but unfortunately a linker issue pops up later on:build.2.log
Since I've a running IRAF installation on my M1-MacBook (build and compiled in 2022) I retried with those sources ... same error (build.1.log) as above:-( From this I would guess that these issues are somehow related to XCode and Developer Tools (tried to build with 14.3 and 14.2). Anybody else experiencing problems with a fresh installation on Ventura 13.3?
Do I miss something from the logs?
Beta Was this translation helpful? Give feedback.
All reactions