Re: WIP: About CMake v2

From: Dmitry Maslyuk <d(dot)masluk(at)postgrespro(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: About CMake v2
Date: 2016-07-01 09:26:38
Message-ID: 5776374E.6040007@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

I think, we need simple configure script generator for backward
compatibility and easy using this build system.
Try playing with cmake build system under Win2008+MinGW. I plan to write
perl script for automatic build this
with depends.

On 29.06.2016 19:23, Yury Zhuravlev wrote:
> Hello Hackers.
>
> I decided to talk about the current state of the project:
> 1. Merge with 9.6 master. 2. plpython2, plpython3, plperl, pltcl,
> plsql all work correctly (all tests pass).
> 3. Works done for all contrib modules. 4. You can use gettext,
> .po->.mo will have converted by CMake. 5. All test pass under some
> Linux, FreeBSD, Solaris10 (on Sparc), Windows MSVC 2015. MacOSX I
> think not big trouble too. 6. Prototype for PGXS (with MSVC support)
> done.
> I think is very big progress but I came across one problem.
> I not have access to many OS and platforms. For each platform need
> tests and small fixes. I can't develop and give guarantee without it.
>
> I think this is very important work which makes it easier further
> support Postgres but I can not do everything himself. It's physically
> impossible.
>
> I think without community support I can't do significantly more.
>
> Current version you can get here:
> https://github.com/stalkerg/postgres_cmake
>
> Thanks!

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2016-07-01 09:41:59 Re: OpenSSL 1.1 breaks configure and more
Previous Message Magnus Hagander 2016-07-01 09:08:54 Re: OpenSSL 1.1 breaks configure and more