Re: [GENERAL] Building PostgreSQL in Eclipse on Windows

2016-01-11 Thread Igal @ Lucee.org
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 y

Re: [GENERAL] Building PostgreSQL in Eclipse on Windows

2016-01-11 Thread John R Pierce
On 1/11/2016 5:32 PM, Igal @ Lucee.org wrote: Can anyone help me figure out how to run/debug PostgreSQL in Eclipse on Windows? This is a cross post with http://stackoverflow.com/questions/34733991/building-postgresql-in-eclipse-on-windows : I'm trying to build|PosgreSQL|in Eclipse CDT

Re: [GENERAL] Building PostgreSQL in Eclipse on Windows

2016-01-11 Thread Michael Paquier
On Tue, Jan 12, 2016 at 10:32 AM, Igal @ Lucee.org wrote: > I downloaded the PostgreSQL source code and tried to follow the docs but > can't figure out where to download the dependencies? 1. libreadline5-dev, 2. > zlib1g-dev, 3. bison (YACC), 4. flex and where to save them to on disk? Regarding

[GENERAL] Building PostgreSQL in Eclipse on Windows

2016-01-11 Thread Igal @ Lucee.org
Can anyone help me figure out how to run/debug PostgreSQL in Eclipse on Windows? This is a cross post with http://stackoverflow.com/questions/34733991/building-postgresql-in-eclipse-on-windows : I'm trying to build|PosgreSQL|in Eclipse CDT Mars on Windows using the MinGW-64 gcc 5.3.0 I ins