Hi,
I'm trying to build Postgres with GCC 5.3.0 on Windows (a-la MinGW-64) and when I ran "configure" I received the following error:
"configure: error: Cannot find a working 64-bit integer type."
The config.log file can be seen at
https://gist.github.com/TwentyOneSolutions/8c225f66b9c0d4434871#file-config-201601171200-log-L21971 A google search finds this thread from 4 years ago, the IIUC explains that the issue is with newer GCC versions.
Any ideas on how I can overcome this issue?
Thanks!