Wed Dec 5 19:09:29 PST 2007
- Previous message: [Slony1-general] Working on a Rails plugin to easy slony usage
- Next message: [Slony1-general] Compile problem with 1.2.12 and postgres 8.3beta3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Slony1-general] Working on a Rails plugin to easy slony usage
- Next message: [Slony1-general] Compile problem with 1.2.12 and postgres 8.3beta3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list