sergio wrote:
> In host Fedora 6 i have installed :
>
> postgres 8.2.4
>
> wxWidgets-2.8.4 source and installed with this command
> ./configure --with-gtk --enable-gtk2 --enable-unicode
> --enable-mimetype=no --enable-debug
> make
> make install
>
> pgadmin3-1.6.3 source
>
> [root(at)FedoraX pgadmin3-1.6.3]# ./configure
Because you build wxWidgets with --enable-debug, you must also build
pgAdmin that way.
Regards, Dave