Marco Behnke <m(dot)behnke(at)portrix(dot)net> writes:
> I am compiling postgres on a intel mac machine
> ../../../../src/include/storage/s_lock.h:543:2: error: #error PostgreSQL
> does not have native spinlock support on this platform.
Use something newer than PG 7.4, or if you must, hack up
src/include/port/darwin.h to know about darwin-on-intel.
regards, tom lane