Re: Stalled post to pgsql-ports

From: Mike Johnson <afp(at)miketec(dot)org>
To: pgsql-ports(at)postgresql(dot)org
Subject: Re: Stalled post to pgsql-ports
Date: 2002-08-30 02:15:03
Message-ID: 1030673708.8199.11.camel@alcatraz.miketec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Right, well I didn't hear anything but I think I figured it out. I
turned off (bear with me, I don't actually have the machine with me)
sem_union in my config.cache file. Then I commented out a few remaining
structures that continued to cause "redifined" errors. Piece of cake,
and it's been working just fine.

Please contact me if anybody needs help testing the 10.2 Mac X port.

Thanks,

Mike Johnson

On Sat, 2002-08-24 at 20:46, pgsql-ports-owner(at)postgresql(dot)org wrote:
> Your message to pgsql-ports has been delayed, and requires the approval
> of the moderators, for the following reason(s):
>
> Non-Member Submission from Mike Johnson <afp(at)miketec(dot)org>
>
> If you do not wish the message to be posted, or have other concerns,
> please send a message to the list owners at the following address:
> pgsql-ports-owner(at)postgresql(dot)org
> ----
>

> From: Mike Johnson <afp(at)miketec(dot)org>
> To: pgsql-ports(at)postgresql(dot)org
> Subject: Error compiling sem.c on Darwin 10.2
> Date: 24 Aug 2002 20:47:11 -0700
>
> Hello,
>
> I've encountered the following error compiling with:
>
> gcc -v
> Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
> Thread model: posix
> Apple Computer, Inc. GCC version 1151, based on gcc version 3.1 20020420 (prerelease)"
>
> Here's the error:
>
> gcc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -c -o sem.o sem.c
> In file included from sem.c:30:
> ../../../../src/include/port/darwin/sem.h:66: warning: `union semun' declared inside parameter list
> ../../../../src/include/port/darwin/sem.h:66: warning: its scope is only this definition or declaration, which is probably not what you want
> ../../../../src/include/port/darwin/sem.h:66: warning: parameter has incomplete type
> sem.c:67: warning: `union semun' declared inside parameter list
> sem.c:68: parameter `arg' has incomplete type
> make[4]: *** [sem.o] Error 1
> make[3]: *** [darwin.dir] Error 2
> make[2]: *** [port-recursive] Error 2
> make[1]: *** [all] Error 2
> make: *** [all] Error 2
>
> Thanks so much!
>
> (Please copy me, I'm not on any of the lists.)
>
> Mike Johnson
>

Browse pgsql-ports by date

  From Date Subject
Next Message Eder Castro Gomez 2002-09-09 17:04:01 POSTGRES
Previous Message Tom Lane 2002-08-29 14:35:03 Re: mac os 10.2 and postgresql