Re: [pgadmin-hackers] pgadmin and cmake

2008-09-19 Thread dpage
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 :

Re: [pgadmin-hackers] pgadmin and cmake

2008-09-19 Thread Magnus Hagander
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

Re: [pgadmin-hackers] pgadmin and cmake

2008-09-19 Thread Guillaume Lelarge
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

Re: [pgadmin-hackers] pgadmin and cmake

2008-09-19 Thread Magnus Hagander
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

[pgadmin-hackers] SVN Commit by mha: r7486 - in trunk/pgadmin3: . cmake

2008-09-19 Thread svn
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

Re: [pgadmin-hackers] pgadmin and cmake

2008-09-19 Thread Guillaume Lelarge
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

Re: [pgadmin-hackers] Dialogue issue

2008-09-19 Thread Guillaume Lelarge
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

Re: [pgadmin-hackers] Dialogue issue

2008-09-19 Thread Dave Page
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

[pgadmin-hackers] SVN Commit by dpage: r7485 - trunk/pgadmin3/pgadmin/ui

2008-09-19 Thread svn
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 (

[pgadmin-hackers] pgadmin and cmake

2008-09-19 Thread Magnus Hagander
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

[pgadmin-hackers] SVN Commit by mha: r7484 - in trunk/pgadmin3: . branding docs pgadmin xtra xtra/pgscript

2008-09-19 Thread svn
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