> -----Original Message-----
> From: Rosser Schwarz [mailto:rosser.schwarz@gmail.com]
> Sent: 05 July 2004 09:43
> To: Dave Page
> Cc: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] bug? app closes on closing SQL editor
>
> On Mon, 5 Jul 2004 08:55:19 +0100, Dave Page
> <dpage@vale-housing.co.uk> wrote:
>
> > Hmm, that's odd. What options did you give to wx's configure?
>
> ./configure --with-gtk && make && make install && ldconfig
>
Try:
./configure --with-gtk --enable-gtk2 --enable-unicode --disable-shared
--enable-debug
The missing --enable-gtk2 is probably what's causing the problem.
Regards Dave.