On 4/7/2013 9:52 AM, "D. Schüler" wrote:
Looking into /usr/include/ncursesw/cursesw.h shows that this macro is defined.
I don't know anything about building perl modules, but...
Even building the Curses module for perl by hand, reveals that there is something wrong with the ncurses library: ~/Curses-1.28 $ export CURSES_LDFLAGS="-L/usr/lib/ncurses -lncurses" ~/Curses-1.28 $ export CURSES_CFLAGS="-I/usr/include/ncurses"
...you need -L/usr/lib/ncursesw and -I/usr/include/ncursesw. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple