This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author XuehaiPan
Recipients XuehaiPan
Date 2021-02-17.12:50:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613566235.52.0.449108521681.issue43241@roundup.psfhosted.org>
In-reply-to
Content
./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".
History
Date User Action Args
2021-02-17 12:50:35XuehaiPansetrecipients: + XuehaiPan
2021-02-17 12:50:35XuehaiPansetmessageid: <1613566235.52.0.449108521681.issue43241@roundup.psfhosted.org>
2021-02-17 12:50:35XuehaiPanlinkissue43241 messages
2021-02-17 12:50:35XuehaiPancreate