RE: [HACKERS] Missing headers Windows NT port

From: Magnus Hagander <mha(at)edu(dot)sollentuna(dot)se>
To: "'Joost Kraaijeveld'" <JKraaijeveld(at)askesis(dot)nl>, Pgsql-Hackers <hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] Missing headers Windows NT port
Date: 1998-09-11 14:52:16
Message-ID: 51F537775B63D0119D8D00805FBEB256010FDC76@venture.edu.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-09-11 15:17:05 Re: [HACKERS] Missing headers Windows NT port
Previous Message Bruce Momjian 1998-09-11 14:39:35 Re: AW: [HACKERS] Names that suddenly include an OID