Re: MSVC build system - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: MSVC build system
Date
Msg-id 46D31202.5030502@dunslane.net
Whole thread Raw
In response to Re: MSVC build system  (Neil Conway <neilc@samurai.com>)
Responses Re: MSVC build system  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers

Neil Conway wrote:
> On Mon, 2007-08-27 at 11:00 -0400, Andrew Dunstan wrote:
>   
>> In the longer run I want to make the whole system more data driven, so 
>> that it's comparatively easy for someone to add stuff.
>>     
>
> I don't mean to hijack your thread, but I wonder if maintaining two
> separate build systems is the best approach in the long term. I think
> CMake[1] is an interesting alternative: it would allow us to generate
> both makefiles and MSVC .proj's from a single set of master build files.
>
> -Neil
>
> [1] http://www.cmake.org
>
>   

I would be more than happy if we had a single build system. Maybe some 
enterprising person would like to try to create such a system as a proof 
of concept. I count around 200 makefiles in our sources ;-)

Of course, we'd need to know that cmake was pretty universally available 
too.

cheers

andrew



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Next
From: "Florian G. Pflug"
Date:
Subject: Re: [WIP PATCH] Lazily assign xids for toplevel Transactions