Re: [BUGS] ./configure error: Cannot find a working 64-bit integer type - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] ./configure error: Cannot find a working 64-bit integer type
Date
Msg-id 18506.1507647675@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS] ./configure error: Cannot find a working 64-bit integer type  (Дилян Палаузов<dpa-postgres@aegee.org>)
Responses Re: [BUGS] ./configure error: Cannot find a working 64-bit integertype
Re: [BUGS] ./configure error: Cannot find a working 64-bit integertype
List pgsql-bugs
Дилян Палаузов <dpa-postgres@aegee.org> writes:
> unless the patch below is applied ./configure prints:

You can't run configure with -Werror; there are too many things it does
that aren't clean according to bleeding-edge compilers.  This particular
issue is only the tip of the iceberg, and most of the problems are not
ours but Autoconf's, so we can't fix them.

The preferred method if you want to use -Werror is to include it in
COPT, as mentioned near the bottom of

https://www.postgresql.org/docs/current/static/install-procedure.html
        regards, tom lane


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14830: Missed NOTIFications, PostgreSQL 9.1.24
Next
From: Дилян Палаузов
Date:
Subject: Re: [BUGS] ./configure error: Cannot find a working 64-bit integertype