Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Magnus Hagander" <magnus(at)hagander(dot)net>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org, "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Bruce Momjian" <bruce(at)momjian(dot)us>
Subject: Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
Date: 2008-12-29 16:26:15
Message-ID: 937d27e10812290826h351faa64g9e99605c00809790@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Mon, Dec 29, 2008 at 12:49 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> I did a similar thing for pgAdmin, and I found it pretty easy to do.
> However, I think Dave spent some time on doing the "plugins" for
> detecting wxWidgets and such. The point being that I think creating the
> replacement parts for autoconf are a lot harder than creating them for
> the make parts of the system.

I did - in the wxWidgets case, the existing module had some behaved
badly in a number of ways and needed rewriting from scratch imho, and
the PostgreSQL module was non-existent (and pretty quick to write). In
fairness though, I expect the majority of the autoconf stuff that
would need replacing would be much easier - simple library/header
checks are very straightforward.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-29 16:47:58 Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
Previous Message User Mkz 2008-12-29 15:57:55 pgbouncer - pgbouncer: win32: make asynctest compile again By Hiroshi

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2008-12-29 16:29:46 Re: ecpg regression test failures caused by window functions patch
Previous Message Tom Lane 2008-12-29 16:19:56 Re: Gcc 4.4 causes abort in plpython.