Mike C smith.not.western at gmail.com
Wed Dec 5 19:09:29 PST 2007
Hi,

When I try compile slonly 1.2.12 (Postgres 8.3beta3, SUSE 10 linux
x86), I get the following problem:

make
.....
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../..
-fpic -I/usr/local/pgsql/include/ -I/usr/local/pgsql/include/server/
-c -o slony1_funcs.o slony1_funcs.c
slony1_funcs.c: In function 'slon_quote_literal':
slony1_funcs.c:1106: warning: pointer targets in passing argument 1 of
'pg_mblen' differ in signedness
slony1_funcs.c: In function 'getClusterStatus':
slony1_funcs.c:1357: warning: passing argument 1 of 'typenameTypeId'
from incompatible pointer type
slony1_funcs.c:1357: error: too few arguments to function 'typenameTypeId'
slony1_funcs.c:1440: warning: passing argument 1 of 'typenameTypeId'
from incompatible pointer type
slony1_funcs.c:1440: error: too few arguments to function 'typenameTypeId'
make[2]: *** [slony1_funcs.o] Error 1
make[2]: Leaving directory `/home/postgres/slony1-1.2.12/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/postgres/slony1-1.2.12/src'
make: *** [all] Error 2

My configure script is:

./configure --with-docs --with-pgconfigdir=/usr/local/pgsql/bin/

Ideas?

Thanks,

Mike


More information about the Slony1-general mailing list