On Wed, 17 Nov 2004, Vin Shelton wrote: > Kevin Atkinson <[EMAIL PROTECTED]> writes: > > > It looks like the test for the "wide character support in curses library" > > is passing but your system doesn't support all the required functions. > > Or at least I am not including the right headers. What does "man > > wget_wch" get you. Assuming you know enough about C/C++ try including > > additional headers suggest by the man page. If that still fails than try > > defining DEFINE_XOPEN_SOURCE_EXTENDED in "settings.h" if it is not already > > defined. Finally if that fails than try undefing HAVE_WIDE_CURSES in > > "settings.h" (by commenting out the line that defines it). Please let me > > know what you did to get it working. "settings.h" gets created by > > "./configure" so you will need to modify it after running config. I am > > going to wait for your response before releasing aspell-0.60.1.1 so please > > try to get to it ASAP. > > Kevin, I ultimately had to escalate to undefining HAVE_WIDE_CURSES. > That enabled me to build on Solaris 5.8. > > Thanks for your help. I will continue to poke around to see if I can > generate a configure-based solution and come up with a patch.
OK. Well I will include an option to disable wide curses. If you can enhance my test to more accurately detect if wide curses is supported please let me know. -- http://kevin.atkinson.dhs.org _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/aspell-user
