Message149110
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. |
|
Date |
User |
Action |
Args |
2011-12-09 17:16:20 | jcea | set | 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:20 | jcea | set | messageid: <1323450980.39.0.107045646814.issue12567@psf.upfronthosting.co.za> |
2011-12-09 17:16:19 | jcea | link | issue12567 messages |
2011-12-09 17:16:19 | jcea | create | |
|