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.

作者 jcea
收信人 Arfrever, Nicholas.Cole, akuchling, cben, gpolo, inigoserna, jcea, john.feuerstein, nadeem.vawda, petri.lehtinen, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
日期 2011-12-09.17:16:19
SpamBayes Score 0.0001292798
Marked as misclassified
Message-id <1323450980.39.0.107045646814.issue12567@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-12-09 17:16:20jcea修改recipients: + 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:20jcea修改messageid: <1323450980.39.0.107045646814.issue12567@psf.upfronthosting.co.za>
2011-12-09 17:16:19jcea链接issue12567 messages
2011-12-09 17:16:19jcea创建