This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: perl 5.14 ncursesw: calling getbegyx() crashes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]