Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA19917; Wed, 22 Jul 92 02:43:01 -0700
Message-Id: <9207220943.AA19917@postgres.Berkeley.EDU>
From: schoenbe@ibr.cs.tu-bs.de (Ullrich Schoenbeck)
Subject: missing includes
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.Berkeley.EDU
Date: Wed, 22 Jul 92 11:52:49 MET DST

Hi !

I want to use the built-in POSTGRES types in a C program. Therefore 
the manual says to insert the following line:

  #include <utils/builtins.h> 

After using the gcc i get the following message:

In file included from /usr/local/postgres/src/lib/H/storage/itemptr.h:21, from /usr/local/postgres/src/lib/H/access/htup.h:20, from /usr/local/postgres/src/lib/H/access/heapam.h:20, from /usr/local/postgres/src/lib/H/rules/prs2.h:20, from /usr/local/postgres/src/lib/H/rules/prs2stub.h:52, from /usr/local/postgres/src/lib/H/utils/builtins.h:20, from test.c:1:
/usr/local/postgres/src/lib/H/storage/off.h:19: machine.h: No such file or directory
In file included from /usr/local/postgres/src/lib/H/nodes/pg_lisp.h:26, from /usr/local/postgres/src/lib/H/rules/prs2.h:22, from /usr/local/postgres/src/lib/H/rules/prs2stub.h:52, from /usr/local/postgres/src/lib/H/utils/builtins.h:20, from test.c:1:
/usr/local/postgres/src/lib/H/nodes/nodes.h:24: tags.h: No such file or directory

Now my question: Where are the includes 'machine.h' and 'tags.h' ?
Are they build at installation time ?

Thanks.


Ullrich Schoenbeck
schoenbe@ibr.cs.tu-bs.de
