Re: pgadmin-configure error-wx-config

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: rahul143 <rk204885(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgadmin-configure error-wx-config
Date: 2012-12-05 16:17:30
Message-ID: 1354724250.1996.75.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, 2012-12-05 at 08:00 -0800, rahul143 wrote:
> 1 post
> hello!
>
> i try to install pgadmin.
> i make ./configure --with-wx-config=/usr/bin/wx-config
> i have a configure error which is
> configure: error: Could not find /usr/bin/wx-config
>
> but i checked: wx-config is really in /usr/bin...
>
> what shall i do?
>

Well, did you try without the --with-wx-config? I think it asks for the
directory, so I would try:

./configure

or

./configure --with-wx-config=/usr/bin

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-12-06 10:28:57 pgAdmin website commit: 1.16.1 release.
Previous Message rahul143 2012-12-05 16:00:14 pgadmin-configure error-wx-config