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
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
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
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
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
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
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
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