Re: Vista/IPv6

From: Warren Turkal <wt(at)penguintechs(dot)org>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Vista/IPv6
Date: 2007-04-13 06:44:41
Message-ID: 200704130044.41325.wt@penguintechs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday 12 April 2007 00:56, you wrote:
> IIRC, cmake is a replacement for make, not for configure. Or did I miss
> something?

CMake also has configure functionality.

> And it would require rewriting all the unix makefiles in cmake format,
> and it was one of the major requirements for this undertaking that this
> would not be required.

The CMakeLists.txt files can coexist with the current Makefiles. You could
just do out of tree builds to keep from overwriting the original Makefiles
during the generation. Of course, generating MSVC project files wouldn't
overwrite the Makefiles in any case.

wt
--
Warren Turkal (w00t)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavan Deolasee 2007-04-13 06:56:29 Re: Dead Space Map version 3 (simplified)
Previous Message NikhilS 2007-04-13 05:51:56 Re: CREATE TABLE LIKE INCLUDING INDEXES support