From: Sebastian K. <sk...@gm...> - 2009-09-04 21:06:48
|
Thanks for the reply. I can add that I'm also running Mac OS X Leopard and I installed WXHaskell through Cabal. GHC version: 6.10.4. -- Sebastian Klüft sk...@gm... 2009/9/4 Eric Y. Kow <eri...@gm...>: > Hi Sebastian, > > On Fri, Sep 04, 2009 at 12:34:32 +0200, Sebastian Klüft wrote: >> "assert "m_dynamicEvents" failed in SearchDynamicEventTable(): caller >> should check that we have dynamic events" >> >> Everything seems to work just fine if i ignore it. So I'm wondering >> what the meaning of it is and how to get rid of it? > > I don't really know how to answer your question, but I can at least > report that this program does not spit out any error messages: > > import Graphics.UI.WX > > main = start gui > gui = do > f <- frame [text := "Hello World"] > t <- timer f [interval := 20] > return () > > Works for me on MacOS X Leopard without any warnings. > I'm using a wxWidgets I built myself. > > Maybe folks on other platforms could try the same? > > -- > Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> > PGP Key ID: 08AC04F9 > |