mac OS X 10.2 (Jaguar) Build problems

From: Michael Engelhart <mengelhart(at)katahdinsoftware(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: mac OS X 10.2 (Jaguar) Build problems
Date: 2002-08-25 20:15:26
Message-ID: 64D88999-B867-11D6-BE0E-000393A48A3C@katahdinsoftware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
Just installed Mac OS X 10.2 (Jaguar) and am getting the following
error during build:
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

Any one know how to get around this.

Thanks
Mike

Browse pgsql-general by date

  From Date Subject
Next Message Warren Massengill 2002-08-25 22:16:35 postgreSQL-7.2.2 install problem
Previous Message Bruno Wolff III 2002-08-25 15:07:39 Re: CREATE INDEX .. ON table1 (field1 asc, field2 desc)