Re: Problems building tmux on Solaris

2011-09-22 Thread Peter Jeremy
__func__) - none of which were picked up by the cenfigure script. -- Peter Jeremy pgp3R1TzT02ob.pgp Description: PGP signature -- All the data continuously generated in your IT infrastructure contains a definitive rec

Problems building tmux on Solaris

2011-09-20 Thread Peter Jeremy
buf[4]; - if ((n = vsnprintf(NULL, 0, fmt, ap)) < 0) + if ((n = vsnprintf(buf, sizeof(buf), fmt, ap)) < 0) goto error; *ret = xmalloc(n + 1); The above fixes are sufficient to get tmux running on all 3 versions but I haven't