Re: pgsql on jaguar (os x 10.2)

From: Alex Rice <alex_rice(at)arc(dot)to>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgsql on jaguar (os x 10.2)
Date: 2002-08-28 22:47:24
Message-ID: 1EA40F47-BAD8-11D6-9ACC-000393529642@arc.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Wednesday, August 28, 2002, at 12:40 AM, Tom Lane wrote:
>
> 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.

Mark Liyanage (http://www.entropy.ch) sent this patch for building on
10.2 and asked me to post it here. If the list server cleans the
attachment off, please feel free to ask me for it.

Thanks,

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
alrice(at)swcp(dot)com
alex_rice(at)arcrc(dot)com

Attachment Content-Type Size
postgresql-7.2.1-jaguar.patch application/octet-stream 1.8 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2002-08-28 23:18:14 Re: Naming-scheme for db-files
Previous Message Debra LaVille 2002-08-28 22:46:30 Attempt to connect to database using libpq++ PgDatabase class fails because CONNECTION_BAD