From: | Adam <adam(at)albedo(dot)art(dot)pl> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Problem configuring PostgreSQL 8.1.4 on Mac OS X |
Date: | 2006-06-06 13:43:06 |
Message-ID: | D2995129-49B2-4E7B-8A1F-8F4A224DB014@albedo.art.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Greetings,
There is a problem with PostgreSQL 8.1.4 on Mac OS X (PowerPC).
The 'configure --enable-thread-safety' script fails when CFLAGS
contain "-mcpu=7400", "-mcpu=970" or "-maltivec". With these flags,
the GCC compiler enables AltiVec instructions for the PowerPC
processor, and defines:
#define __ALTIVEC__ 1
#define __VEC__ 10206
#define __vector __attribute__((altivec(vector__)))
#define __pixel __attribute__((altivec(pixel__))) unsigned short
#define __bool __attribute__((altivec(bool__))) unsigned
#define vector vector
#define pixel pixel
#define _Bool _Bool
#define bool bool
src/tools/thread/thread_test.c, fired for '--enable-thread-safety',
failes for not having the correct definition for 'bool'.
I would suggest using 'BOOL' for you boolean variables, instead of
'bool'.
Please, fix. :)
Kind regards,
Adam
From | Date | Subject | |
---|---|---|---|
Next Message | Boris | 2006-06-06 15:44:48 | BUG #2472: Incorrect ILIKE, ~* for Cyrilic symbols. |
Previous Message | Martin Pitt | 2006-06-05 17:30:52 | stopping server does not remove external_pid_file |