[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Xwpe 1.5.18a
> The problem seems to be in unixmakr.h with this line:
>
> #define e_putp(s) tputs((s), 1, fk_u_putchar )
>
> The type of "fk_u_putchar" is not exactly the same as Solaris expects
> according to the man:
>
> int tputs(char *str, int affcnt, int (*putc)(char));
> ^^^^
There is no way easy way to beat these problems. For example if you look
at linux's man pages you will find it is "int (*putc)(int)". In general
I try to get no warnings on linux and simply get everything else to work.
"If it ain't broke don't fix it."
Dennis Payne
dulsi@identicalsoftware.com