Re: Cannot find a working 64-bit integer type on Illumos

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Cannot find a working 64-bit integer type on Illumos
Дата
Msg-id 20240322165305.6zrtxcmzdrywvmsu@awork3.anarazel.de
обсуждение исходный текст
Ответ на Cannot find a working 64-bit integer type on Illumos  (Japin Li <japinli@hotmail.com>)
Ответы Re: Cannot find a working 64-bit integer type on Illumos  (Japin Li <japinli@hotmail.com>)
Список pgsql-hackers
Hi,

On 2024-03-23 00:48:05 +0800, Japin Li wrote:
> When I try to configure PostgreSQL 16.2 on Illumos using the following command,
> it complains $subject.
> 
>     ./configure --enable-cassert --enable-debug --enable-nls --with-perl \
>       --with-python --without-tcl --without-gssapi --with-openssl \
>       --with-ldap --with-libxml --with-libxslt --without-systemd \
>       --with-readline --enable-thread-safety --enable-dtrace \
>       DTRACEFLAGS=-64 CFLAGS=-Werror
> 
> However, if I remove the `CFLAGS=-Werror`, it works fine.

Likely there's an unrelated warning triggering the configure test to
fail. We'd need to see config.log to see what that is.

Greetings,

Andres Freund



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Allow using syncfs() in frontend utilities.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Slow GRANT ROLE on PostgreSQL 16 with thousands of ROLEs