[screen-devel] Re: screen history size

2010-04-14 Thread Sadrul Habib Chowdhury
* Przyjazny, Martin had this to say on [14 Apr 2010, 14:13:23 +]: > By the way, there are three things I had to do to get it to compile on > Solaris 9 (5.9 Generic_112233-11 sun4u sparc SUNW,Ultra-4): [snip] > 2. I had to undef the SETENV stuff in config.h and #define NEEDPUTENV - I'm > not s

[screen-devel] [bug #29246] build fails on HP-UX 11.31: misc.c:619: error: too few arguments to function `setenv'

2010-04-14 Thread Sadrul Habib Chowdhury
Update of bug #29246 (project screen): Status: Need Info => Duplicate Open/Closed:Open => Closed Fixed Release:None => 4.1.0 _

[screen-devel] RE: screen history size

2010-04-14 Thread Przyjazny, Martin
By the way, there are three things I had to do to get it to compile on Solaris 9 (5.9 Generic_112233-11 sun4u sparc SUNW,Ultra-4): 1. in config.h, #define _XPG_4_2 Because of this in /usr/include/sys/socket.h: #if defined(_XPG4_2) || defined(_KERNEL) void*msg_control;

[screen-devel] RE: screen history size

2010-04-14 Thread Przyjazny, Martin
Thanks. The first two fixes work great -i.e., the Alexander Gattin patch, and adding -D_XOPEN_SOURCE=1 and -D_XOPEN_SOURCE_EXTENDED=1 into the CFLAGS in the Makefile. I can't find a definition for CMSG_LEN and CMSG_SPACE anywhere on the Solaris 9 system. I did this: Find /usr/include -type f -e