Re: Scope of pgAdmin Project

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Rick Dicaire <kritek(at)gmail(dot)com>
Cc: "Strauch, Sheldon" <SStrauch(at)enovafinancial(dot)com>, "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Scope of pgAdmin Project
Date: 2011-10-22 20:53:38
Message-ID: 1319316819.2175.1.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, 2011-10-21 at 19:25 -0400, Rick Dicaire wrote:
> On Fri, Oct 21, 2011 at 7:02 PM, Strauch, Sheldon
> <SStrauch(at)enovafinancial(dot)com> wrote:
>
> > checking wxWidgets in /usr... failed
>
> You didnt mention what ./configure args you used.
>
> Is wxWidgets installed to /usr ?
>
> From ./configure --help:
>
> <SNIP>
>
> 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_64 include 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=<version> the wxWidgets version in major.minor
> format (default: 2.8)
> --with-wx=DIR root directory for wxWidgets installation
> --with-libxml2=DIR root directory for libxml2 installation
> --with-libxslt=DIR root directory for libxslt installation
>
> <SNIP>
>
> Try with --with-wx=DIR root directory for wxWidgets installation.
> If macports is anything like FreeBSD ports, that'd be /usr/local, not /usr
>

My guess is that it lacked the --with-wx switch. And make sure you don't
try to compile the debug version as it is not a debug version of
wxWidgets.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2011-10-22 20:55:39 Re: Debs
Previous Message Rick Dicaire 2011-10-21 23:25:23 Re: Scope of pgAdmin Project