Re: [wxhaskell-users] Dynamic events warning message

2009-09-09 Thread Sebastian Klüft
2009/9/7 Eric Y. Kow : > Another thought: are you sure it's your MacPorts-installed wxWidgets > that's being picked up by the wxcore configure script and not the stock > one? You might be right about this. Because i rebuilt wxHaskell again now to check if it uses the right version of wxWidgets, an

Re: [wxhaskell-users] Dynamic events warning message

2009-09-07 Thread Eric Y. Kow
On Sun, Sep 06, 2009 at 21:03:27 +0200, Sebastian Klüft wrote: > > Hmm, that's interesting.  Are you using the stock wxWidgets or one that > > you built yourself? > > Yes I have (sort of). I have installed wxWidgets through MacPorts, so > it's built on this machine but everything is done automagic

Re: [wxhaskell-users] Dynamic events warning message

2009-09-06 Thread Eric Y. Kow
On Sun, Sep 06, 2009 at 21:03:27 +0200, Sebastian Klüft wrote: > How do I get this "recabalised" wxcore? git clone git://github.com/bsl/wxdirect git clone git://github.com/bsl/wxcore It's not yet officially supported by the wxHaskell team, but perhaps in the future it will be. -- Eric Kow

Re: [wxhaskell-users] Dynamic events warning message

2009-09-06 Thread Sebastian Klüft
2009/9/5 Eric Y. Kow : > Hmm, that's interesting.  Are you using the stock wxWidgets or one that > you built yourself? Yes I have (sort of). I have installed wxWidgets through MacPorts, so it's built on this machine but everything is done automagically. Guess i could try the binary distribution i

Re: [wxhaskell-users] Dynamic events warning message

2009-09-05 Thread Eric Y. Kow
On Fri, Sep 04, 2009 at 23:06:18 +0200, Sebastian Klüft wrote: > I can add that I'm also running Mac OS X Leopard and I installed > WXHaskell through Cabal. Hmm, that's interesting. Are you using the stock wxWidgets or one that you built yourself? Also, I'm using the new recabalised wxcore (whic

Re: [wxhaskell-users] Dynamic events warning message

2009-09-05 Thread Sebastian Klüft
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 skl...@gmail.com 2009/9/4 Eric Y. Kow : > Hi Sebastian, > > On Fri, Sep 04, 2009 at 12:34:32 +0200, Sebastian Klüft wrote: >> "assert "m_dynam

Re: [wxhaskell-users] Dynamic events warning message

2009-09-04 Thread Eric Y. Kow
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

[wxhaskell-users] Dynamic events warning message

2009-09-04 Thread Sebastian Klüft
Hello, I've just installed wxhaskell via cabal. But every time i create a timer i get this warning message that looks as follows: "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