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 jcea
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:16:19
SpamBayes Score 0.0001292798
Marked as misclassified No
Message-id <1323450980.39.0.107045646814.issue12567@psf.upfronthosting.co.za>
In-reply-to
Content
Victor, I have these notes I wrote down when I set up the OpenIndiana buildbots. Maybe can be useful to you: (compiling from source)

"""
  * ncurses 5.7: Instalación estándar "./configure --with-shared --without-normal --enable-widec --without-cxx-binding". Al curses que viene con OpenIndiana le faltan un par de funciones: "mvwchgat" y "wchgat".

"""

I installed ncurses because the lack of "mvwchgat" and "wchgat".

When compiling Python, I add export "CFLAGS=-I/usr/local/include/ncursesw" to help it to find the right lib.

Hope to be useful.
History
Date User Action Args
2011-12-09 17:16:20jceasetrecipients: + jcea, akuchling, cben, pitrou, vstinner, nadeem.vawda, gpolo, Arfrever, r.david.murray, inigoserna, zeha, schodet, python-dev, petri.lehtinen, Nicholas.Cole, john.feuerstein
2011-12-09 17:16:20jceasetmessageid: <1323450980.39.0.107045646814.issue12567@psf.upfronthosting.co.za>
2011-12-09 17:16:19jcealinkissue12567 messages
2011-12-09 17:16:19jceacreate