On Thu, Nov 08, 2001 at 06:30:10PM -0700, [EMAIL PROTECTED] wrote: > In a recent note, Thomas Dickey said: > > > Date: Thu, 8 Nov 2001 20:16:20 -0500 > > > > > > mbstate_t appears to be defined in wchar.h on Solaris 2.7 (and OS/390 :-), > > > but not on Solaris 2.6. > > > > where is it defined on Solaris 2.6? (fixing it for Tru64 was the last change > > I made, so I guess it's the first build problem). Will see... > > > Bad news:
Then I'll modify the configure check to #undef WIDEC_CURSES (I did test builds on Linux with glibc 2.1.x, 2.2.x, Solaris 2.5.1 and Tru64, though the main purpose of the LYwaddstr code was to use the ncurses stuff I've been working on). > pg@sanitas:531$ uname -a > SunOS sanitas 5.6 Generic_105181-13 sun4u sparc SUNW,Ultra-5_10 > pg@sanitas:532$ > pg@sanitas:532$ grep mbstate_t `find /usr/include`; echo $? > 1 > pg@sanitas:533$ > > ... I can't find it. > > -- gil > -- > StorageTek > INFORMATION made POWERFUL > > ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED] -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
