New submission from Peter Häring :
I need to define NCURSES_INTERNALS in py_curses.h before ncurses.h is included,
even on my Linux system with ncurses-5.9.
See the same issue for cygwin: 14438
--
components: Extension Modules
messages: 158481
nosy: phaering
priority: normal
severity
Changes by Peter Häring :
--
type: -> compile error
___
Python tracker
<http://bugs.python.org/issue9420>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Peter Häring :
There are systems out there, wich don't have ndbm, but gdbm and ndbm.h directly
in the include-path (usually /usr/include), not in the subdirectory i.e. gdbm.
setup.py at the moment assumes, that there is ndbm on the system, if there is
ndbm.h in the in
New submission from Peter Häring :
test_distutils fails with 2.7 on a shared build (at least if building outside
the source tree), 2.6 versions work. The reason for this is, that the test
tries to link and doesn't find libpython-2.7.so.1.
A solution (or workaround) is to add LDFLAGS=-