compiling 7.4 under MacOS 10.4.6 using ports....

From: Stanislav Silnitski <silnitskij(at)zelnet(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: compiling 7.4 under MacOS 10.4.6 using ports....
Date: 2007-03-18 22:49:41
Message-ID: F1343F5A-3F53-4D3F-8438-7AE01EB41878@zelnet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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
gnumake[4]: *** [xlog.o] Error 1
gnumake[3]: *** [transam-recursive] Error 2
gnumake[2]: *** [access-recursive] Error 2
gnumake[1]: *** [all] Error 2
gnumake: *** [all] Error 2

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stanislav Silnitski 2007-03-18 22:53:15 Re: compiling 7.4 under MacOS 10.4.6 using ports.... (forgot about compiling string. ups...)
Previous Message Jorge Godoy 2007-03-18 16:01:45 Re: FDO Provider for ODBC