Re: pgadmin and cmake

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgadmin and cmake
Дата
Msg-id 48D3E340.7030304@hagander.net
обсуждение исходный текст
Ответ на Re: pgadmin and cmake  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: pgadmin and cmake
Список pgadmin-hackers
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 ../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 ?
>

Strange. I had "svn add":ed the directory "cmake", but it didn't get
included in the commit. "svn commit" would do not commit it. "svn add"
said it was already added...

I removed the whole thing and re-committed, please try again.

//Magnus

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by mha: r7486 - in trunk/pgadmin3: . cmake
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgadmin and cmake