[pgadmin-support] Debs
I am using Ubuntu 11.10 and the pgadmin in the repos is 1.12. There is a PPA at https://launchpad.net/~rhonda/+archive/pgadmin3 but it hasn't been updated for months so it's still the beta and there is no channel for 11.10. Does anybody know where I can get a deb of 1.14? Cheers. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
Re: [pgadmin-support] Scope of pgAdmin Project
Hi, I am very much interested in using the Entity-Relationship tools that are set to come out in 1.16. I cloned a copy of the trunk and installed wxWidgets via Mac ports and attempted to compile pgAdmin. I get the following error: checking wxWidgets version... ok checking wxWidgets in /usr... 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. Which seems not too unusual given what I found in the support archive. This is the output I get from wx-config: sstrauch-macbook:pgadmin3 sstrauch$ wx-config --list Default config is mac-unicode-release-2.8 Default config will be used for output It seems it is built with unicode support, and isn't a debug version. Any further suggestions? Do I need to build wxWidgets from their trunk? Your help is greatly appreciated, Sheldon Strauch Sr. Database Developer sstra...@enovafinancial.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
Re: [pgadmin-support] Scope of pgAdmin Project
On Fri, Oct 21, 2011 at 7:02 PM, Strauch, Sheldon wrote: > checking wxWidgets in /usr... failed You didnt mention what ./configure args you used. Is wxWidgets installed to /usr ? >From ./configure --help: Optional Packages: --with-PACKAGE[=ARG]use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pgsql=DIR root directory for PostgreSQL installation --with-arch-i386 include an i386 image in an OS X Universal build --with-arch-x86_64include an x86_64 image in an OS X Universal build --with-arch-ppc include a PPC image in an OS X Universal build --with-arch-ppc64 include a PPC64 image in an OS X Universal build --with-wx-version= the wxWidgets version in major.minor format (default: 2.8) --with-wx=DIR root directory for wxWidgets installation --with-libxml2=DIRroot directory for libxml2 installation --with-libxslt=DIRroot directory for libxslt installation Try with --with-wx=DIR root directory for wxWidgets installation. If macports is anything like FreeBSD ports, that'd be /usr/local, not /usr -- aRDy Music and Rick Dicaire present: http://www.ardynet.com http://www.ardynet.com:9000/ardymusic.ogg.m3u -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support