Xuehai Pan <xuehai...@pku.edu.cn> added the comment:
./configure raised "WARNING: curses.h: present but cannot be compiled" when CPPFLAGS="-I. -I/Include -I${HOMEBREW_PREFIX}/include". ./configure found and compiled with ncurses successfully when CPPFLAGS="-I. -I/Include -I${HOMEBREW_PREFIX}/include -I$(brew --prefix ncurses)/include" It's really weird that all headers in "$(brew --prefix ncurses)/include" are already symlinked to "${HOMEBREW_PREFIX}/include". ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43241> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com