From: | pgsql-bugs(at)postgresql(dot)org |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Bug #776: PGSQL 7.2.2 build broken on OS X 10.2 |
Date: | 2002-09-20 00:24:36 |
Message-ID: | 20020920002436.99481475FBF@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Lee Nelson (jld123(at)pobox(dot)com) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
PGSQL 7.2.2 build broken on OS X 10.2
Long Description
Postgresql 7.2.2 does not build on Mac OS X 10.2 . Worked perfectly on OS X 10.1.4. Developer disk (GCC, etc) is installed.
To reproduce:
./configure
make
Failure Output (last few lines from build):
make -C darwin all
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
SUGGESTIONS or WORKAROUNDS appreciated.
Thank you,
Lee Nelson
Sample Code
No file was uploaded with this report
From | Date | Subject | |
---|---|---|---|
Next Message | elein | 2002-09-20 01:23:14 | 7.3 Doc Bug in plpython |
Previous Message | Tom Lane | 2002-09-19 22:33:05 | Re: Server hangs on multiple connections |