> -----Original Message----- > From: Rosser Schwarz [mailto:[EMAIL PROTECTED] > Sent: 05 July 2004 09:43 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] bug? app closes on closing SQL editor > > On Mon, 5 Jul 2004 08:55:19 +0100, Dave Page > <[EMAIL PROTECTED]> 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. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend