Re: Building PostgreSQL in Eclipse on Windows

Поиск
Список
Период
Сортировка
От Igal @ Lucee.org
Тема Re: Building PostgreSQL in Eclipse on Windows
Дата
Msg-id 5694691F.20808@lucee.org
обсуждение исходный текст
Ответ на Re: Building PostgreSQL in Eclipse on Windows  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
On 1/11/2016 6:21 PM, John R Pierce wrote:
wait, are you trying to USE postgres on Eclipse on Windows, or BUILD it ?    I would use the enterprisedb build of postgres-for-windows, and then you just need to install the appropriate postgresql jdbc jar file into Eclipse to be able to use it from your Eclipsed based development.
I'm trying to build from source, and hopefully be able to run in debug mode.


I ran ./configure --prefix=$HOME/project --enable-depend --enable-cassert --enable-debug and it seems to have completed with no errors, but I do not see anything at $HOME/project?

that just sets up the makefiles... you now need to `make` and `make install` to build postgres, then put its binaries in your 'prefix' path.
thank you, I will try this as well as Michael's suggestions and let you guys know how it went.

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

Предыдущее
От: Karl Czajkowski
Дата:
Сообщение: row-level security, views and materialized views?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: WIP: CoC V3