* 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
Update of bug #29246 (project screen):
Status: Need Info => Duplicate
Open/Closed:Open => Closed
Fixed Release:None => 4.1.0
_
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;
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