Let me start by kicking Novell for deciding to leave these very useful packages
out of their latest distribution.
I'm trying to build & install pgadmin3-1.6.0 on a SuSE Linux Enterprise Desktop
10 distro. The distro does not include wxWidgets so I downloaded and
installed wxWidgets 2.8.0 and then noticed the pgadmin3 requirement for
wxWidgets 2.6.x so I did a 'make uninstall' on wxWidgets 2.8.0. I didn't see
any signs of wxWidgets on the machine. So I then configured, built and
installed wxWidgets 2.6.3.
I have tried configuring wxWidgets using two suggestions I've found:
./configure --with-gtk --enable-gtk2 --enable-unicode --enable-mimetype=yes
./configure --enable-unicode
Regardless, I get the following when trying to ./configure pdadmin:
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking PostgreSQL in /usr/local/pgsql... ok
checking wxWidgets in /usr/local... failed
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.
[EMAIL PROTECTED]:~/src/pgadmin3-1.6.0>
Please help,
-bryan
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster