Re: Is a modern build system acceptable for older platforms - Mailing list pgsql-hackers

From Yuriy Zhuravlev
Subject Re: Is a modern build system acceptable for older platforms
Date
Msg-id CANiD2e-OGdOkeq2ZMW3mvCSNCLNN=8wPG=qkvAMW9GJet+do0Q@mail.gmail.com
Whole thread Raw
In response to Re: Is a modern build system acceptable for older platforms  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
No tons of hacks.

I mean things like HAVE_LONG_LONG_INT you can't figure out on "configure" stage without parsing config.h in CMake. Also, maybe I am wrong but you can't check 32/64 bit consistent between target postgres and your current environment.  
etc and etc

That would just add to the knowledge that developers and committers
would need. "One more level of indirection" is rarely the right
solution.

A lot of similar projects made this transformation and came to CMake, what problem with Postgres? 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: A few warnings on Windows
Next
From: Yuriy Zhuravlev
Date:
Subject: Re: Is a modern build system acceptable for older platforms