This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: postgresql: missing catalog/genbki.h server header


On 26/08/2016 11:57, Marco Atzeri wrote:
On 25/08/2016 23:15, Yaakov Selkowitz wrote:
Marco,

Just ran into the following on both arches:

In file included from
qt-x11-free-3.3.8b/src/sql/drivers/psql/qsql_psql.cpp:61:0:
/usr/include/postgresql/server/catalog/pg_type.h:22:28: fatal error:
catalog/genbki.h: No such file or directory

Looks like this header needs to be moved from postgresql-devel to
libpq-devel.



Noted.
It seems also debian has doubts on where to put this header

https://packages.debian.org/search?suite=sid&searchon=contents&keywords=genbki.h


Regards
Marco

looking at latest debian 9.6 split
it seems I should move all
/usr/include/postgresql/server
under postgresql-devel.

$ grep "usr/include/" *
libecpg-dev.install:usr/include/postgresql/ecpg*.h
libecpg-dev.install:usr/include/postgresql/informix/*
libecpg-dev.install:usr/include/postgresql/pgtypes_*.h
libecpg-dev.install:usr/include/postgresql/sql3types.h
libecpg-dev.install:usr/include/postgresql/sqlca.h
libecpg-dev.install:usr/include/postgresql/sqlda*.h
libpq-dev.install:usr/include/postgresql/internal/*
libpq-dev.install:usr/include/postgresql/libpq-fe.h
libpq-dev.install:usr/include/postgresql/libpq-events.h
libpq-dev.install:usr/include/postgresql/libpq/libpq-fs.h
libpq-dev.install:usr/include/postgresql/pg_config*.h
libpq-dev.install:usr/include/postgresql/postgres_ext.h
postgresql-server-dev-9.6.install:usr/include/postgresql/*/server

and realign a bit the other headers.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]