how to build pgadmin3 when wxgtk was built with --disable-unicode ?

From: John Spencer <maillist-pgadmin3(at)barfooze(dot)de>
To: pgadmin-support(at)postgresql(dot)org
Subject: how to build pgadmin3 when wxgtk was built with --disable-unicode ?
Date: 2013-01-07 20:43:41
Message-ID: 50EB337D.6040100@barfooze.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

i built my wxgtk with --disable-unicode, because otherwise it uses the
bloated UCS4 format, and the option --enable-utf8only doesnt have any
effect (wx will still use UCS4).

according to a wxgtk developer, using --disable-unicode will work fine
with UTF8, which is usually used in linux.

now i'm trying to build pgadmin3-1.16.1.tar.gz:

configure: WARNING: unrecognized options: --disable-unicode
[...]
checking wxWidgets version... ok
configure: error: Your wxWidgets installation cannot support pgAdmin in
the selected configuration. This may be because it was configured
without the --enable-unicode option, or the combination of
dynamic/static linking and debug/non-debug libraries selected
did not match any installed wxWidgets libraries.

how can i patch the configure script/pgadmin3 that it accepts
--disable-unicode (which seems to be what other programs depending on
wxgtk provide) and i can get around past this build error ?

best regards,
--JS

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message becktoan 2013-01-08 03:34:23 PgpoolAdmin: Error Message pcp_node_count command error occurred.
Previous Message Dave Page 2013-01-07 16:39:33 Re: Large number of rows in pg_type and slow gui (pgadmin) refresh