see if this eliminates the src/cmdf/INIT build error
replace src/cmd/INIT/w.c with
--
#ifndef DONTCARE
#include <wchar.h>
#include <wctype.h>
#endif
int
main()
{
wchar_t w = ' ';
return iswspace(w) == 0;
}
--
it looks like ksh built ok
and the tksh error might be missing or not-in-the-expected-places X11 libraries
On Tue, 6 Sep 2011 14:52:53 -0500 PANIGRAHI, SUSHANT wrote:
> Here is the build errors.
> We are trying to compile eksh with new release files and getting the
> below error.
> I tried to compile with a different box hp 10.20 box and that also
> failed,the error attached.(please refer build error.ksh.2010-06-21)
> make [cmd/INIT]: warning: don't know how to make .INSTALL :
> /bto/appl/am8320/eksh/arch/hp.pa/lib/lib/w : w.req :
> /bto/appl/am8320/eksh/src/cmd/INIT/w.c : wctype.h
> make [cmd/INIT]: *** 1 action failed
> make: *** exit code 1 making cmd/INIT
and later a tksh link error
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users