On Thu, Nov 08, 2001 at 05:49:33PM -0700, [EMAIL PROTECTED] wrote: > ../../lynx2-8-5/src/LYCurses.c: In function `LYwaddnstr': > ../../lynx2-8-5/src/LYCurses.c:1696: `mbstate_t' undeclared (first use in this >function) > ../../lynx2-8-5/src/LYCurses.c:1696: (Each undeclared identifier is reported only >once > ../../lynx2-8-5/src/LYCurses.c:1696: for each function it appears in.) > ../../lynx2-8-5/src/LYCurses.c:1696: parse error before `state' > ../../lynx2-8-5/src/LYCurses.c:1702: `state' undeclared (first use in this function) > gmake[1]: *** [LYCurses.o] Error 1 > gmake[1]: Target `all' not remade because of errors. > > pg@sanitas:487$ uname -a > SunOS sanitas 5.6 Generic_105181-13 sun4u sparc SUNW,Ultra-5_10 > > 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... I'm not sure that we'll need that particular configuration indefinitely: I've gotten as far on the ncurses side to see that addstr() itself is supposed to do the conversion, and will implement that (too). -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
