error compiling 7.4.13 on OSX 10.4.8 -- Intel

From: Stan Kaufman <sekfmn(at)pacbell(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: error compiling 7.4.13 on OSX 10.4.8 -- Intel
Date: 2006-10-02 20:49:19
Message-ID: 45217B4F.1030807@pacbell.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Attempting to compile PG 7.4.13 on a MBP (OSX 10.4.8, Intel), this happens:

===
gcc -no-cpp-precomp -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../../src/include -I/sw/include/ -c -o
xlog.o xlog.c
In file included from ../../../../src/include/storage/spin.h:50,
from xlog.c:35:
../../../../src/include/storage/s_lock.h:543:2: error: #error PostgreSQL
does not have native spinlock support on this platform. To continue the
compilation, rerun configure using --disable-spinlocks. However,
performance will be poor. Please report this to pgsql-bugs(at)postgresql(dot)org(dot)
In file included from ../../../../src/include/storage/spin.h:50,
from xlog.c:35:
../../../../src/include/storage/s_lock.h:551: error: conflicting types
for 'slock_t'
../../../../src/include/pg_config_os.h:11: error: previous declaration
of 'slock_t' was here
make[4]: *** [xlog.o] Error 1
make[3]: *** [transam-recursive] Error 2
make[2]: *** [access-recursive] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2
===

I gather this means that PG 7.4.13 is incompatible with Intel Macs?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2006-10-02 21:23:25 Re: BUG #1931: ILIKE and LIKE fails on Turkish locale
Previous Message Jim C. Nasby 2006-10-02 20:14:25 Re: BUG #2666: how do cluster with 7.4.13 ?