Jefferey Lockyer jlockyer at alpineclubofcanada.ca
Tue Nov 24 15:47:47 PST 2009
I am attempting to install Slony with an OSX postgreSQL source installation. 
./configure finished with no issues, but upon make, I receive the following
: 

./test-scanner < /dev/null > emptytestresult.log
cmp ./emptytestresult.log emptytestresult.expected
./test-scanner < ./test_sql.sql > test_sql.log
cmp ./test_sql.log ./test_sql.expected
./test-scanner < ./cstylecomments.sql > cstylecomments.log
cmp ./cstylecomments.log ./cstylecomments.expected
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../..
-DPGSHARE="\"/usr/local/pgsql/share/\""  -I/usr/local/pgsql/include/
-I/usr/local/pgsql/include/server/   -c -o parser.o parser.c
In file included from parser.y:1101:
scan.c:161: error: conflicting types for ‘yyleng’
parser.y:25: error: previous declaration of ‘yyleng’ was here
scan.c:288: error: conflicting types for ‘yyleng’
parser.y:25: error: previous declaration of ‘yyleng’ was here
make[2]: *** [parser.o] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2


Anyone shed any light here as to what the 'yyleng' return type is coming
from ? Is there any place to staticly tell it return type of yyleng  ? 

Thanks in advance. 
Jeff.
-- 
View this message in context: http://old.nabble.com/Slony---Postgres-8.4---Makefile-issues-%21%21%21%21%21%211-tp26505342p26505342.html
Sent from the Slony-I -- General mailing list archive at Nabble.com.



More information about the Slony1-general mailing list