Except for that problem, pspp will build on NetBSD 2.0.2 alpha. -Jason
On Mon, Oct 24, 2005 at 11:50:27AM -0700, Ben Pfaff wrote: > Jason Stover <[EMAIL PROTECTED]> writes: > > > The problem is in the definition of this function: > > [...] > > > The declaration of tmsg in error.h is: > > > > void tmsg (int class, const char *title, const char *format, ...) > > PRINTF_FORMAT (3, 4); > > > > The following seems right to me, and it compiles, but I'm too afraid of > > stomping on someone else's work to check this in: > > [...] > > > Does this look like the right fix? It still compiles under GNU/Linux. > > There's definitely a bug, but that's not the right fix. The > correct fix is to write a version of tmsg() that takes a va_list. > I'll do this tonight. > -- > "Platonically Evil Monkey has been symbolically representing the darkest > fears of humanity since the dawn of literature and religion, and I think > I speak for everyone when I give it a sidelong glance of uneasy recognition > this evening." --Scrymarch -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
