Re: BUG #7522: ecpg build error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: iradu(at)unix-world(dot)org
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7522: ecpg build error
Date: 2012-09-07 04:59:18
Message-ID: 12513.1346993958@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

iradu(at)unix-world(dot)org writes:
> I am trying to build the PostgreSQL 9.0.9 over NetBSD 5.1.2 (64-bit).
> I got the following error.
> I tried to compile the 9.1.5 and still the same error.
> The 8.3.17 and 8.4.11 (are OK) they are compiling with no errors (under the
> same build script).

ECPGt_string is defined in ecpgtype.h in 9.0 and later. I am betting
that you have a pre-9.0 copy of that file somewhere where it's being
found in preference to the intended version.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Kapila 2012-09-07 05:31:28 Re: Minor inheritance/check bug: Inconsistent behavior
Previous Message Pavan Deolasee 2012-09-07 03:48:57 Re: BUG #7521: Cannot disable WAL log while using pg_dump