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

From Dave Page
Subject Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
Date
Msg-id 937d27e10812290826h351faa64g9e99605c00809790@mail.gmail.com
Whole thread Raw
In response to Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)  (Magnus Hagander <magnus@hagander.net>)
Responses Re: About CMake (was Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major)
List pgsql-hackers
On Mon, Dec 29, 2008 at 12:49 PM, Magnus Hagander <magnus@hagander.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Gcc 4.4 causes abort in plpython.
Next
From: Michael Meskes
Date:
Subject: Re: ecpg regression test failures caused by window functions patch