Re: pgsql on jaguar (os x 10.2)

From: pgsql-gen(at)basebeans(dot)com (pgsql-gen Newsgroup ((at)Basebeans(dot)com))
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pgsql on jaguar (os x 10.2)
Date: 2002-08-28 06:55:03
Message-ID: 20020828065503.45E10214218@basebeans.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Subject: Re: [GENERAL] pgsql on jaguar (os x 10.2)
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
===
Alex Rice <alex_rice(at)arc(dot)to> writes:
> ../../../../src/include/port/darwin/sem.h:66: warning: `union semun'
> declared inside parameter list

Hm. Try adding #include <sys/sem.h> in the obvious place near the top
of src/include/port/darwin/sem.h.

This problem should be gone in 7.3 (which hasn't even got
src/include/port/darwin/sem.h ...) but for 7.2 you'll need to hack up
a workaround. I'm guessing Apple moved "union semun" someplace else.

You should also read src/backend/port/darwin/README carefully, as there
may be other hacks in the 7.2 Darwin port that are no longer correct for
OSX 10.2. We did receive a report recently that CVS tip builds on 10.2,
so I'm hopeful that the semaphore issues will be the only sticking
point, but you want to be aware of the other sharks in the water.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Browse pgsql-general by date

  From Date Subject
Next Message Jules Alberts 2002-08-28 07:06:19 Re: How to get a list of procedures and triggers
Previous Message Dario Fumagalli 2002-08-28 06:51:59 Data files became huge with no apparent reason