Обсуждение: wxWindows Upgrade

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

wxWindows Upgrade

От
"Dave Page"
Дата:
Hi all,

Both code branches of pgAdmin III have now been updated to compile
against the 20031001 wxWindows CVS snapshot. Currently we are using an
unpatched snapshot which you can get from the wxWindows site.


Regards, Dave.

Re: wxWindows Upgrade

От
Jean-Michel POURE
Дата:
Le Jeudi 2 Octobre 2003 12:02, Dave Page a écrit :
> Both code branches of pgAdmin III have now been updated to compile
> against the 20031001 wxWindows CVS snapshot. Currently we are using an
> unpatched snapshot which you can get from the wxWindows site.

wx library names have changed:

# ls /usr/lib
libwx_baseud-2.5.a      libwx_baseud_xml-2.5.a  libwx_gtk2ud_core-2.5.a
libwx_gtk2ud_stc-2.5.a  wx
libwx_baseud_net-2.5.a  libwx_gtk2ud_adv-2.5.a  libwx_gtk2ud_html-2.5.a
libwx_gtk2ud_xrc-2.5.a

Could you tell me more about this new naming scheme? Is pgAdmin3 able to take
them into account at compilation time?

Cheers, Jean-Michel


Re: wxWindows Upgrade

От
"Dave Page"
Дата:
Hi Jean-Michel,

Add --enable-monolithic when you configure it to get the old single library.

Regards, Dave.

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm@poure.com]
> Sent: 02 October 2003 15:20
> To: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] wxWindows Upgrade
>
>
> Le Jeudi 2 Octobre 2003 12:02, Dave Page a écrit :
> > Both code branches of pgAdmin III have now been updated to compile
> > against the 20031001 wxWindows CVS snapshot. Currently we
> are using an
> > unpatched snapshot which you can get from the wxWindows site.
>
> wx library names have changed:
>
> # ls /usr/lib
> libwx_baseud-2.5.a      libwx_baseud_xml-2.5.a
> libwx_gtk2ud_core-2.5.a
> libwx_gtk2ud_stc-2.5.a  wx
> libwx_baseud_net-2.5.a  libwx_gtk2ud_adv-2.5.a
> libwx_gtk2ud_html-2.5.a
> libwx_gtk2ud_xrc-2.5.a
>
> Could you tell me more about this new naming scheme? Is
> pgAdmin3 able to take
> them into account at compilation time?
>
> Cheers, Jean-Michel
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

Re: wxWindows Upgrade

От
"Hiroshi Saito"
Дата:
Hi Dave.

It is full of hope!

However,
This is a thing left behind.:-)

regards,
Hiroshi Saito

From: "Dave Page" <dpage@vale-housing.co.uk>
> Hi all,
>
> Both code branches of pgAdmin III have now been updated to compile
> against the 20031001 wxWindows CVS snapshot. Currently we are using an
> unpatched snapshot which you can get from the wxWindows site.

Вложения

Re: wxWindows Upgrade

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Hiroshi Saito [mailto:saito@inetrt.skcapi.co.jp]
> Sent: 02 October 2003 15:54
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] wxWindows Upgrade
>
>
> Hi Dave.
>
> It is full of hope!
>
> However,
> This is a thing left behind.:-)

It's not left behind - we purposefully haven't patched it just yet...

Just waiting to see if some patches of Andreas' get accepted before
hacking a new version of our own too much.

Regards, Dave.

Re: wxWindows Upgrade

От
Jean-Michel POURE
Дата:
Le Jeudi 2 Octobre 2003 16:28, Dave Page a écrit :
> Add --enable-monolithic when you configure it to get the old single
> library.

Thanks for the information. wxGTK 2.5.1 will be released this week-end.
Therefore, it is high time I compile the official RPMs (which are not
monolithic) today and hand them to the wxWindows team.

This way, pgAdmin3 should be published by Linux vendors more quickly. Will get
back to you during the day.

Cheers, Jean-Michel