Craig Ringer wrote:
> You should really just stick to using PostgreSQL's existing, tested
> build tools and a well tested and supported compiler. You can still
> use something like Eclipse if you want to use an IDE to edit the
> sources - you just need to set the project up to use the existing
> postgresql configure script etc when building.
I would suggest manually running ./configure with whatever options are
appropriate initially to create the Makefile, then just have Eclipse use
this Makefile to rebuild the project after you edit code.