Jeffrey A. Englert jenglert
Fri Nov 18 22:00:16 PST 2005
Hello all,

I am trying to install Slony1-1.1.1 on a Ubuntu server with Postgres 8 
(packaged) installed (via apt-get).

I ran ./configure apparently ok, but when issuing 'gmake all', i get a 
lot of warnings, then some errors, shown below:
...
xxid.c:73: warning: parameter names (without types) in function declaration
xxid.c: In function '_Slony_I_xxidin':
xxid.c:83: warning: initialization makes pointer from integer without a cast
xxid.c: In function '_Slony_I_getMinXid':
xxid.c:228: error: 'SerializableSnapshot' undeclared (first use in this 
function)
xxid.c:228: error: (Each undeclared identifier is reported only once
xxid.c:228: error: for each function it appears in.)
xxid.c: In function '_Slony_I_getMaxXid':
xxid.c:241: error: 'SerializableSnapshot' undeclared (first use in this 
function)
xxid.c: In function '_Slony_I_xxid_snapshot_in':
xxid.c:263: warning: initialization makes pointer from integer without a 
cast
gmakeL ***[xxid.o] Error 1

any ideas where I went wrong?  I found a reference online to xxid.so and 
slony1_funcs.so, neither of which I found on my system. I understand 
xxid.so gets built during gmake all, then moved to the Postgresql dir 
upon gmake install, but I cant even get that far...

TIA - Jeff



More information about the Slony1-general mailing list