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-0ef6v_3xRAOPXcKZ+-oKkPv+pyRVngGRnzuGh0iipXg@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>)
Responses Re: Is a modern build system acceptable for older platforms  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
Indeed. It's possibly today to use CMake without a huge amount of
difficulty to build extensions out of tree against MSVC-built
postgres. 


How? All builds what I saw was with tons of hacks. 
On windows, Postgres can build against Mingw, many versions of MSVC and etc
Also, you can build Postgres without some features or with extra and no good way to put this knowledge to CMake build system. 

 
At least we should replace Windows build system by cmake and if your worry about consistency of source files (it's very small problem actually) you can use current
Perl script to generate files list for CMake, it will be same as your 1.5 build system. 

pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: lazy detoasting
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Clean up warnings from -Wimplicit-fallthrough.