You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checking for ncurses6-config... nochecking for ncurses5.4-config... /usr/bin/ncurses5.4-configchecking for ncurses.h... yeschecking for curses library... yes
but the actual build passes with Xcode 14 and fails with Xcode 15. This must mean that libncurses is actually somewhere on that machine.
Caused by #1052.
The system-provided
ncurses5.4-config
produces some garbage paths. I see this on 14.4 (Xcode 15):and this on 13.5 (Xcode 14):
configure doesn't fail in either case:
but the actual build passes with Xcode 14 and fails with Xcode 15. This must mean that
libncurses
is actually somewhere on that machine.find $(xcode-select -p) -name "*curses*" 2>/dev/null | sort
on Xcode 14:and on Xcode 15:
The text was updated successfully, but these errors were encountered: