use ccmake instead of cmake (or use the GUI) - the config names it
displays can be used with -D on the cmake command line.
On 9/19/08, Magnus Hagander <[EMAIL PROTECTED]> wrote:
> Guillaume Lelarge wrote:
>> Magnus Hagander a écrit :
>>> Guillaume Lelarge wrote:
Magnus Hagander a écrit :
Guillaume Lelarge wrote:
> Magnus Hagander a écrit :
>> Guillaume Lelarge wrote:
>>> Magnus Hagander a écrit :
[...]
A super-quick primer to get going. First of all, cmake "prefers"
building outside the source directory, so here's a typical way to do it
(assuming your pgadmin di
Magnus Hagander a écrit :
> Guillaume Lelarge wrote:
>> Magnus Hagander a écrit :
>>> [...]
>>> A super-quick primer to get going. First of all, cmake "prefers"
>>> building outside the source directory, so here's a typical way to do it
>>> (assuming your pgadmin directory is "pgadmin3"):
>>>
>>> m
Guillaume Lelarge wrote:
> Magnus Hagander a écrit :
>> [...]
>> A super-quick primer to get going. First of all, cmake "prefers"
>> building outside the source directory, so here's a typical way to do it
>> (assuming your pgadmin directory is "pgadmin3"):
>>
>> mkdir ../pgadmin3-build
>> cd ../pga
Author: mha
Date: 2008-09-19 18:37:05 +0100 (Fri, 19 Sep 2008)
New Revision: 7486
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7486&view=rev
Log:
For some reason, previous commit refused to include this directory.
Adds required modules for cmake build.
Added:
trunk/p
Magnus Hagander a écrit :
> [...]
> A super-quick primer to get going. First of all, cmake "prefers"
> building outside the source directory, so here's a typical way to do it
> (assuming your pgadmin directory is "pgadmin3"):
>
> mkdir ../pgadmin3-build
> cd ../pgadmin3-build
> cmake -D CMAKE_INST
Dave Page a écrit :
> On Thu, Sep 18, 2008 at 11:02 PM, Guillaume Lelarge
> <[EMAIL PROTECTED]> wrote:
>>> Certainly better - I think it perhaps needs the same spacing added
>>> again though? What do you think?
>>>
>> Yes, this is much better. See attached patch.
>
> Yup - I've tweaked it a little
On Thu, Sep 18, 2008 at 11:02 PM, Guillaume Lelarge
<[EMAIL PROTECTED]> wrote:
>> Certainly better - I think it perhaps needs the same spacing added
>> again though? What do you think?
>>
>
> Yes, this is much better. See attached patch.
Yup - I've tweaked it a little more (put the checkbox under
Author: dpage
Date: 2008-09-19 16:35:59 +0100 (Fri, 19 Sep 2008)
New Revision: 7485
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7485&view=rev
Log:
Tweak dlgConnect layout.
Modified:
trunk/pgadmin3/pgadmin/ui/dlgConnect.xrc
--
Sent via pgadmin-hackers mailing list (
Guys,
I've just committed initial support for building pgadmin using cmake
instead of autoconf/autotools. Amongst other things, this leaves us with
*one* build system, on both Unix and Windows.
For now, the old system stays in there completely untouched, until we
can prove that this works on all
Author: mha
Date: 2008-09-19 14:02:43 +0100 (Fri, 19 Sep 2008)
New Revision: 7484
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7484&view=rev
Log:
Initial work towards being able to configure/build pgadmin with cmake.
Tested on Ubuntu 8.04 and Windows (VS 2005 Express) only
11 matches
Mail list logo