On Wed, Apr 03, 2019 at 09:49:34PM +0000, Overbey, Patrick (Sioux Falls) wrote:
> Actually, here is the error. The warning was just the last thing that printed 
> to the screen.
> 
> In file included from /usr/include/netinet/tcp.h:113,
>                  from include/common/compat.h:32,
>                  from src/connection.c:15:
> src/connection.c: In function 'conn_recv_netscaler_cip':
> src/connection.c:792:10: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '.' token
>   uint8_t ip_v;
>           ^~~~
> src/connection.c:792:10: error: expected expression before '.' token
> src/connection.c:860:2: error: 'ip_ff' undeclared (first use in this 
> function); did you mean 'ip_fv'?
>   ip_v = (*line & 0xf0) >> 4;

Ah so I forgot to backport a few AIX-specific patches! And I'm seeing
that I somewhat messed up with the unsetenv fix as the define on the
command line was included as part of a previous one. I'm sorry, that's
fixed now. Let's try again :-)

Willy

Reply via email to