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 vstinner
Recipients Arfrever, Nicholas.Cole, akuchling, cben, gpolo, inigoserna, jcea, john.feuerstein, nadeem.vawda, petri.lehtinen, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
Date 2011-12-09.17:31:45
SpamBayes Score 7.1911546e-07
Marked as misclassified No
Message-id <1323451906.47.0.213248621386.issue12567@psf.upfronthosting.co.za>
In-reply-to
Content
> I wrote down when I set up the OpenIndiana buildbots

Hum, please use the issue #13552 for curses issues on OpenIndiana/Solaris.

> ... de funciones: "mvwchgat" y "wchgat"

See issues #3786 and  #13552 for this problem.

> I installed ncurses ... I add export "CFLAGS=-I/usr/local/include/ncursesw"

The curses module is compiled by setup.py, not Makefile. It looks that setup.py ignores CFLAGS. I don't know if setup.py permits to specify such option.
History
Date User Action Args
2011-12-09 17:31:46vstinnersetrecipients: + vstinner, akuchling, jcea, cben, pitrou, nadeem.vawda, gpolo, Arfrever, r.david.murray, inigoserna, zeha, schodet, python-dev, petri.lehtinen, Nicholas.Cole, john.feuerstein
2011-12-09 17:31:46vstinnersetmessageid: <1323451906.47.0.213248621386.issue12567@psf.upfronthosting.co.za>
2011-12-09 17:31:45vstinnerlinkissue12567 messages
2011-12-09 17:31:45vstinnercreate