ecpg_config.h not installed

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ecpg_config.h not installed
Date: 2006-11-28 04:31:29
Message-ID: 20061128043129.GA11148@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ecpg_config.h doesn't get installed -- should it be? ecpg_informix.h
and pgtypes_timestamp.h include pgtypes_interval.h, which includes
ecpg_config.h, which doesn't exist.

% echo 'int main(void) {return 0;}' > foo.pgc
% ecpg -C INFORMIX foo.pgc
% gcc -I`pg_config --includedir` -c foo.c
In file included from /usr/local/pgsql82/include/pgtypes_timestamp.h:7,
from /usr/local/pgsql82/include/pgtypes_date.h:6,
from /usr/local/pgsql82/include/ecpg_informix.h:9,
from foo.c:8:
/usr/local/pgsql82/include/pgtypes_interval.h:6:25: ecpg_config.h: No such file or directory

Looks like this is the relevant commit:

http://archives.postgresql.org/pgsql-committers/2006-08/msg00401.php

--
Michael Fuhr

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Schiltknecht 2006-11-28 07:42:10 Re: Integrating Replication into Core
Previous Message Jeff Davis 2006-11-28 02:22:41 Re: [BUGS] Out of memory error causes Abort, Abort tries