Re: failure in latest cvs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: failure in latest cvs
Date: 2003-08-18 13:16:37
Message-ID: 21884.1061212597@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2003-08-18 15:29:48 Re: full path infrastructure for DT_SONAME?
Previous Message Christopher Kings-Lynne 2003-08-18 07:19:38 Re: Parsing speed (was Re: pgstats_initstats() cost)