Re: failure in latest cvs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: failure in latest cvs
Date
Msg-id 21884.1061212597@sss.pgh.pa.us
Whole thread Raw
In response to failure in latest cvs  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> ./configure  --prefix=/home/chriskl/local --enable-integer-datetimes --enabl
> e-thread-safety --with-perl --with-pam --with-openssl  --no-create --no-recu
> rsion

> access/SUBSYS.o: In function `ComputeDataSize':
> /home/chriskl/pgsql-temp/src/backend/access/common/heaptuple.c:46: undefined
> reference to `assert_enabled'

Try a "make clean".  Looks to me like you have some files built with
--enable-cassert and some without.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Parsing speed (was Re: pgstats_initstats() cost)
Next
From: Larry Rosenman
Date:
Subject: Re: UnixWare on Current CVS: Success!