> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Jeremy Palmer
> Sent: 07 July 2005 06:45
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Runtime error on Redhat 9.0
>
> Hi,
>
> I successfully compiled lastest cvs version of pgadmin3 on
> Redhat 9.0 with
> wxwidgets 2.6.1. wxWidgets was configured and compiled as per
> pgadmin website
> install directions.
>
> I used used the following configure options for pgadmin3:
>
> ./configure --enable-static --enable-debug prefix=/usr
>
> I get pgadmin to load up fine however when try to add a
> server connection I get
> a wxAssert failure. I have attached the debug log:
Hmm, haven't seen that one before. Does it appear to work correctly if
you configure wx and pgAdmin without debug (you might need
--disable-debug unless you start from clean tarballs).
Regards, Dave.