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: [ANNOUNCEMENT] [experimental] Updated: readline-6.1.2-1, libreadline7-6.1.2-1


On 12/29/2010 2:21 PM, Eric Blake (cygwin) wrote:

> once that is working, I will promote this package to current.  Use of
> this update requires libgcc1 and libncurses10 (setup.exe doesn't make it

Any chance you could build libreadline to use the wide version of the
ncurses library? If you include the correct headers
(-I/usr/include/ncursesw instead of -I/usr/include/ncurses) and link to
the correct import library (-L/usr/lib/ncursesw instead of
-L/usr/lib/ncurses), it should Just Work(tm).  Because, for the last
year or so, you sorta have to explicitly specify -I and -L options even
for "regular" ncurses during configury, this ought to require only a
simple change to your existing build script...

--
Chuck

--
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]