Re: cvs version compile error on AIX 4.3.3 using xlc (long)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: cvs version compile error on AIX 4.3.3 using xlc (long)
Дата
Msg-id 13739.1058213157@sss.pgh.pa.us
обсуждение исходный текст
Ответ на cvs version compile error on AIX 4.3.3 using xlc (long)  (Weiping He <laser@zhengmai.com.cn>)
Список pgsql-hackers
Weiping He <laser@zhengmai.com.cn> writes:
>     just try to compile  newly updated 7.4-devl version on a AIX 4.4.3 box,
>     [ lots of problems ]

> make[3]: Entering directory 
> `/home/postgres/pgsql-7.4/pgsql/src/backend/port'
> xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I../../../src/include   -c 
> -o pg_shmem.o pg_shmem.c
>       310 |                 if ((hdr = (PGShmemHeader *) memAddress = 
> PGSharedMemoryAttach(                 
> ...........................a....................................................
> a - 1506-025 (S) Operand must be a modifiable lvalue.

I've fixed this one, since I was in process of modifying that file
anyway.  I think that there are proposed patches already to address the
AI_NUMERICHOST issue (Kurt?).  The ecpg problems are Michael Meskes'
responsibility.  Not sure whether we should remove #include "ldfcn.h"
from the AIX dynloader file as you suggest --- why was it put in there
to begin with?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Backwards index scan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bad permissions bug in 7.3 dump (and 7.4)?