Обсуждение: wxWidgets-pgAdmin3-20040907

Поиск
Список
Период
Сортировка

wxWidgets-pgAdmin3-20040907

От
"Murray R. Van Luyn"
Дата:
Hi,
 
I downloaded wxWidgets-pgAdmin-20040907.tar.bz2 and pgadmin3-1.0.2 source from the www.pgadmin.org website. I know there is an RPM for FC1 that might work with FC2 but I'm using a 586.
 
I'd like to install pgAdmin3 on Fedora Core 2. The wxWidgets distribution seems to compile and install okay, but the ./configure script for pgAdmin3 doesn't seem to understand where to find anything. --with-wx= and --with-wx-config= are no help. Seems to be looking for wx2 not wx-2.5.
 
Is there an updated ./configure script for pgAdmin? Is there some way of making the current script work?
 
Regards,
Murray R. Van Luyn.

Re: wxWidgets-pgAdmin3-20040907

От
"Diego A. Gil"
Дата:
Hi,

Use the last pgadmin3 beta:

ftp://ftp.postgresql.org/pub/pgadmin3/beta/src/pgadmin3-1.2.0-beta1.tar.gz

or, better if you can, get a cvs checkout with

CVSROOT=:pserver:anonymous@cvs.pgadmin.org:/projects
export CVSROOT
cvs login
cvs -z9 checkout pgadmin3
cd pgadmin3
sh bootstrap

I recomend you the last cvs checkout because in beta1 there is a bug
thar makes some parts unusable. As somebody told me : It's a beta, after
all !!.


Don't forget to rewiew docs/en_EN/unix_compilation.html under source
directory. Thre is a good explanation about how install wxWidgets and
pagadmin form sources.

I have installed wxWidgets and pgadmin3 in FC2 myself.

Diego.


El dom, 12-09-2004 a las 13:09, Murray R. Van Luyn escribió:
> Hi,
>
> I downloaded wxWidgets-pgAdmin-20040907.tar.bz2 and pgadmin3-1.0.2
> source from the www.pgadmin.org website. I know there is an RPM for
> FC1 that might work with FC2 but I'm using a 586.
>
> I'd like to install pgAdmin3 on Fedora Core 2. The wxWidgets
> distribution seems to compile and install okay, but the ./configure
> script for pgAdmin3 doesn't seem to understand where to find anything.
> --with-wx= and --with-wx-config= are no help. Seems to be looking for
> wx2 not wx-2.5.
>
> Is there an updated ./configure script for pgAdmin? Is there some way
> of making the current script work?
>
> Regards,
> Murray R. Van Luyn.