Re: Slack7.1/linux.2.4 compile error: storage size of `semun' isn't known

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: news1@accci.dk, pgsql-bugs@postgresql.org
Date: 2000-10-26T03:15:31Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes:
> I have a the following error compiling latest CVS of PostgreSQL:

Odd.  Is configure defining HAVE_SYS_SEM_H in src/include/config.h?

What was the last version you compiled successfully?

> Removing "void *__pad;" from the above makes the compile finish.

That doesn't make much sense to me either ---- if the union declaration
is broken, why no complaint when the include file is read?

			regards, tom lane