Re: pgadmin and cmake

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgadmin and cmake
Date: 2008-09-19 17:25:00
Message-ID: 48D3E06C.9000908@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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_INSTALL_PREFIX=/tmp/pgadmin_test_install ../pgadmin3
> make
>

I tried the cmake command on a Kubuntu 8.04 (the one I also use for
pgAdmin's development). I had a few error messages (see the attached
file). I don't really know what this all means. Perhaps you do know ?

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

Attachment Content-Type Size
CMake.log text/plain 5.2 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-09-19 17:37:04 Re: pgadmin and cmake
Previous Message Guillaume Lelarge 2008-09-19 16:57:24 Re: Dialogue issue