[Pgpool-general] AIX make problem

Matthew Carrington matthew.carrington at produban.co.uk
Wed Oct 12 08:49:15 UTC 2011


Hi,

I have hit a problem with trying to build version 3.1 on AIX ...

gcc -maix64 -DHAVE_CONFIG_H
-DDEFAULT_CONFIGDIR=\"/opt/serviceMonitoring/pgpool/etc\" -I.  -D_GNU_SOURCE -I
/ukmetmon/data/dataCollection/postgres/include   -g -O2 -Wall
-Wmissing-prototypes -Wmissing-declarations -MT recovery.o -MD -MP -MF
.deps/recovery.Tpo -c -o recovery.o recovery.c
recovery.c: In function 'start_recovery':
recovery.c:157: error: variable 't' has initializer but incomplete type
recovery.c:157: warning: excess elements in struct initializer
recovery.c:157: warning: (near initialization for 't')
recovery.c:157: warning: excess elements in struct initializer
recovery.c:157: warning: (near initialization for 't')
recovery.c:157: error: storage size of 't' isn't known
recovery.c:159: warning: implicit declaration of function 'select'
recovery.c:157: warning: unused variable 't'
make[2]: *** [recovery.o] Error 1
make[2]: Leaving directory `/ukmetmon/data/dataCollection/build/pgpool-II-3.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/ukmetmon/data/dataCollection/build/pgpool-II-3.1'
make: *** [all] Error 2

... can anyone suggest a way around it ?

Matthew



More information about the Pgpool-general mailing list