Hello. I am trying to build slony1-1.1.5 on a intel iMac with the latest version of Mac OS X and developer tools.
$ ./configure --with-pgconfigdir=/usr/local/postgresql-8.1.4/bin $ make Everything looks ok except for this warning: gcc -g -O2 -I../.. -I/usr/local/postgresql-8.1.4/include/ -I/usr/ local/postgresql-8.1.4/include/server/ -c -o slony1_funcs.o slony1_funcs.c slony1_funcs.c: In function 'slon_quote_literal': slony1_funcs.c:1052: warning: pointer targets in passing argument 1 of 'pg_mblen' differ in signedness The last line of the output says: All of Slony-I is successfully made. Ready to install $ sudo make install Password: make: `install' is up to date. The problem is that nothing happened at make install. No slon or slonik under /usr/local/postgresql-8.1.4/bin. Using the same slony- distribution on a linux-box here worked just perfect. Any tips? - Tore. _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
