lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] Regression with wx-2.9.0-RC2


From: Greg Chicares
Subject: Re: [lmi] Regression with wx-2.9.0-RC2
Date: Fri, 29 May 2009 03:43:21 +0000
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

On 2009-05-24 19:41Z, Vadim Zeitlin wrote:
> On Sat, 09 May 2009 02:39:37 +0000 Greg Chicares <address@hidden> wrote:
> 
> GC> I think the behavior of wxExecute() has changed when it is called
> GC> before the wxApp::OnInit() override returns.
> 
>  Indeed, wxExecute() never returned if it was called when there was no
> active event loop, thanks for finding this bug! It should be fixed (at
> least LMI does start up as expected now while exec sample still seems to
> work too) in r60733 (http://trac.wxwidgets.org/changeset/60733) in both
> trunk and 2.9 branch so it should work correctly with final 2.9.0 release.

This works fine for me with release candidate four. IOW, authentication
works with no "secret password". I think now would be a good time for
us to test this rigorously, as I would hazard a guess that there'll be
an official wx-2.9 release in time for lmi's June (month-end) release.
Here's a patch that I've used to build the latest wx release candidate:

--- ../../checkouts/current/lmi/install_wx.make 2009-04-30 15:38:15.000000000 
+0000
+++ ./install_wx.make   2009-05-29 01:03:40.000000000 +0000
@@ -25,7 +25,9 @@

 # Configurable settings 
########################################################

-wx_version    := 2.8.10
+#wx_version    := 2.9.0-RC2
+#wx_version    := 2.9.0-RC3
+wx_version    := 2.9.0-RC4

 mingw_dir     := /MinGW_

@@ -41,10 +43,14 @@
 wx-2.8.7-md5  := e3455083afdf6404a569a8bf0701cf13
 wx-2.8.9-md5  := b0b2d0f6915a21ca6f33896ee8f50387
 wx-2.8.10-md5 := 0461c2085ac1ad7e648aa84c4ba51dd1
+wx-2.9.0-RC2-md5 := 0dfab2b4c310b0ef57d1436ecbd1977a
+wx-2.9.0-RC3-md5 := 86e1515f460ecb0a7f3a47051bb245c9
+wx-2.9.0-RC4-md5 := bfc83ea7d476688c13e290895af71190

 wx_archive        := wxWidgets-$(wx_version).tar.bz2

-$(wx_archive)-url := ftp://ftp.wxwidgets.org/pub/$(wx_version)/$(wx_archive)
+#$(wx_archive)-url := 
ftp://ftp.wxwidgets.org/pub/$(wx_version:RC3=rc3)/$(wx_archive)
+$(wx_archive)-url := 
ftp://ftp.wxwidgets.org/pub/$(wx_version:RC4=rc4)/$(wx_archive)

 $(wx_archive)-md5 := $(wx-$(wx_version)-md5)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]