Change by Xuehai Pan :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue43241>
___
___
Xuehai Pan added the comment:
Add screenshot.
--
Added file: https://bugs.python.org/file49815/Screenshot.png
___
Python tracker
<https://bugs.python.org/issue43
Xuehai Pan 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
New submission from Xuehai Pan :
I install python3 with Linuxbrew. All header files have been symlinked to
"~/.linuxbrew/inlcude". It raises warnings when I building with custom CPPFLAGS.
```
checking curses.h usability... no
checking curses.h presence... yes
configure: WARNING