Re: WIP: About CMake v2 - Mailing list pgsql-hackers

From Stas Kelvich
Subject Re: WIP: About CMake v2
Date
Msg-id 86D794AC-5D7F-4460-9695-400925F91495@postgrespro.ru
Whole thread Raw
In response to Re: WIP: About CMake v2  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
Responses Re: WIP: About CMake v2  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
Re: WIP: About CMake v2  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
List pgsql-hackers
> On 17 Sep 2016, at 20:21, Yury Zhuravlev <u.zhuravlev@postgrespro.ru> wrote:
>
> Michael Paquier wrote:
>> On Sat, Sep 17, 2016 at 1:40 AM, Yury Zhuravlev
>> <u.zhuravlev@postgrespro.ru> wrote:
>>> Michael Paquier wrote:
>>> I merged master to my branch and I spent time to porting all changes. I hope
>>> send patch in the weekend without terrible flaws.
>>
>> By the way, I noticed that you did not register this patch in the current CF..
>
> Now, I published the first version of the patch. This patch not ready for commit yet and all current task you can
readhere: 
> https://github.com/stalkerg/postgres_cmake/issues
>
> I hope we realy close to end.
> In this patch I forbade in-source build for avoid overwriting current Makefiles. We will can remove all Makefiles
onlyafter shall see in CMake. You don't need support two system. During commitfests CMake build system will be
supportedby me.   
> I need help with buildfarm because my knowledge of Perl is very bad (thought about rewrite buildfarm to Python).
>
> I hope for your support.


Tried to generate Xcode project out of cmake, build fails on genbki.pl: can't locate Catalog.pm (which itself lives in
src/backend/catalog/Catalog.pm)

--
Stas Kelvich
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company




pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: pgbench - allow backslash continuations in \set expressions
Next
From: Heikki Linnakangas
Date:
Subject: Re: Tuplesort merge pre-reading