RE: [HACKERS] Missing headers Windows NT port

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема RE: [HACKERS] Missing headers Windows NT port
Дата
Msg-id 51F537775B63D0119D8D00805FBEB256010FDC76@venture.edu.sollentuna.se
обсуждение исходный текст
Ответы Re: [HACKERS] Missing headers Windows NT port
RE: [HACKERS] Missing headers Windows NT port
Список pgsql-hackers
> Hi,
>
> I am experiencing missing header files. I am not suprised but
> I would like
> to have any missing header file. If I have them I could
> attempt to write
> /find them on my system. Can I access them throught the internet or is
> someone kind enought to send them to me on request (Hugo??)?
>
> At this moment I miss: <sys/ipc.h> and <sys/un.h>

Hi!

Have you checked that the SysV IPC functions actually exist? Last time I
checked, SysV shared memory was not implemented in cygwin32, and that was
the reason the headers were not there. This was some time ago, so they may
well have implemented them now - but then my guess would be that they had
included the headers too.
Anyway. It might be worth checking before you get too dug-in to other parts.
I believe this is a central part of the backend, so you will probably have a
lot of trouble unless you can find a working implementation of it.


//Magnus

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: AW: [HACKERS] Names that suddenly include an OID
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Missing headers Windows NT port