From: | Peter Vazsonyi <neko(at)kredit(dot)sth(dot)szif(dot)hu> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | -devel-7.0-1.rpm: Still missing a lots of headers |
Date: | 2000-05-19 09:52:05 |
Message-ID: | Pine.LNX.4.10.10005191112260.5053-100000@kredit.sth.szif.hu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi!
It's ancient problem for me, in postgres 6.x. And now there is in 7.0 too
If i try to include spi.h, i can't compile my program. Why? Some files,
included from __packaged__ headers, are missing.
Take a look:
--------------- snip ---------------
In file included from /usr/local/pgsql/include/access/xact.h:18,
from /usr/local/pgsql/include/utils/tqual.h:19,
from /usr/local/pgsql/include/access/relscan.h:17,
from /usr/local/pgsql/include/nodes/execnodes.h:18,
from /usr/local/pgsql/include/executor/spi.h:19,
from my.c:1:
... etc ...
Some others:
/usr/local/pgsql/include/utils/nabstime.h:18: utils/timestamp.h: No such file or directory
/usr/local/pgsql/include/executor/hashjoin.h:18: storage/buffile.h: No such file or directory
/usr/local/pgsql/include/utils/builtins.h:37: utils/date.h: No such file or directory
/usr/local/pgsql/include/utils/builtins.h:38: utils/lztext.h: No such file or directory
/usr/local/pgsql/include/utils/builtins.h:39: utils/varbit.h: No such file or directory
--------------- snap ---------------
But why? Nobody knows it, nobody intrested, or there is a way, to use
somethings from spi.h, without this error.
(my way is to copy all of headers from a source package, but...)
...
any comments?
thanks, and best regards
--
nek;(
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2000-05-19 10:04:29 | RE: Re: Heaps of read() syscalls by the postmaster |
Previous Message | Matthias Urlichs | 2000-05-19 09:14:24 | Re: Performance (was: The New Slashdot Setup (includes MySql server)) |