Обсуждение: pgAdmin3 1.2.0-beta1 on FC2

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

pgAdmin3 1.2.0-beta1 on FC2

От
"Fernando J. Leal"
Дата:
Greetings!

I've just installed pgAdmin3 1.2.0-beta1 binary for Slack 9 on Slack 10
using pkgtool, it did install and is running very well.

Now, I'm also using pgAdmin3 1.1.0 Devel (Aug 19 2004) on Fedora Core 2.
As no binaries of the new beta are available for FC2, I tried compiling 
it from source using the same process I did for 1.1.0 Devel - no 
success, it won't pass the "configure" phase. I have 
wxWidgets-pgAdmin3-20040711-1 installed (built from source). Is there 
anything else I can do?

Thank you very much, and keep up the excellent work! ;)
--
fjleal@ingeniumatica.com



Re: pgAdmin3 1.2.0-beta1 on FC2

От
blacknoz@club-internet.fr
Дата:


----Message d'origine----
>Date: Wed, 15 Sep 2004 10:32:04 +0100
>De: "Fernando J. Leal" <fjleal@ingeniumatica.com>
>A: pgadmin-support@postgresql.org
>Sujet: [pgadmin-support] pgAdmin3 1.2.0-beta1 on FC2
>
>Greetings!

Hi Fernando!


>I've just installed pgAdmin3 1.2.0-beta1 binary for Slack 9 on Slack 10
>using pkgtool, it did install and is running very well.

It will make dave happy to know slack packages are ok ;)


>Now, I'm also using pgAdmin3 1.1.0 Devel (Aug 19 2004) on Fedora Core 2.
>As no binaries of the new beta are available for FC2, I tried compiling
>it from source using the same process I did for 1.1.0 Devel - no
>success, it won't pass the "configure" phase. I have
>wxWidgets-pgAdmin3-20040711-1 installed (built from source). Is there
>anything else I can do?

yes, upgrade your wxWidgets snapshot...
Take this one:
http://developer.pgadmin.org/snapshots/wxWidgets/wxWidgets-pgAdmin3-20040907.tar.bz2

>Thank you very much, and keep up the excellent work! ;)

Thanks for the report.

Regards,
Raphaël



Re: pgAdmin3 1.2.0-beta1 on FC2

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Fernando J. Leal
> Sent: 15 September 2004 10:32
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] pgAdmin3 1.2.0-beta1 on FC2
>
> Greetings!
>
> I've just installed pgAdmin3 1.2.0-beta1 binary for Slack 9
> on Slack 10 using pkgtool, it did install and is running very well.
>
> Now, I'm also using pgAdmin3 1.1.0 Devel (Aug 19 2004) on
> Fedora Core 2.
> As no binaries of the new beta are available for FC2, I tried
> compiling it from source using the same process I did for
> 1.1.0 Devel - no success, it won't pass the "configure" phase. I have
> wxWidgets-pgAdmin3-20040711-1 installed (built from source).
> Is there anything else I can do?

You need a newer wxWidgets:
ftp://ftp.postgresql.org/pub/pgadmin3/wxwidgets/wxWidgets-pgAdmin3-20040
907.tar.bz2

Be carefule to completely remove the old version first, as they have
changed the default installation directory for some of it (specifically,
the include files are no longer in /usr/local/include/wx, but now
/usr/local/include/wx-2.5/wx).

Regards, Dave