Re: ./configure error: Cannot find a working 64-bit integer type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Дилян Палаузов <dpa-postgres(at)aegee(dot)org>
Cc: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: ./configure error: Cannot find a working 64-bit integer type
Date: 2017-10-10 15:01:15
Message-ID: 18506.1507647675@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?UTF-8?B?0JTQuNC70Y/QvSDQn9Cw0LvQsNGD0LfQvtCy?= <dpa-postgres(at)aegee(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Дилян Палаузов 2017-10-10 15:19:54 Re: ./configure error: Cannot find a working 64-bit integer type
Previous Message Tom Lane 2017-10-10 14:54:26 Re: BUG #14830: Missed NOTIFications, PostgreSQL 9.1.24