-
I suppose it depends on exactly containers 0.2.0.1 currently? The version coming with GHC 6.12 is 0.3.0.0.
$ cabal install wx
Resolving dependencies...
Configuring containers-0.2.0.1...
Preprocessing library containers-0.2.0.1...
Building containers-0.2.0.1...
Data/IntMap.hs:182:7:
Could not find module `Data.Data':
It is a member of the hidden package `base'...
2009-11-24 11:15:14 UTC by dschuessler
-
I try to create a simple interface with a taskBarIcon and a popup menu attached to it.
I use the method taskBarIconPopupMenu, no menu is showed when I click on the ico on task bar.
I am using OS OpsenSuse 11.2, with KDE 4.3.1, GHC 4.10.1 wx-0.11.1.2
On Windows Vista, program crashes , unless I remove the line taskBarIconPopupMenu.
2009-11-21 13:49:39 UTC by nobody
-
After doing some google I found this http://trac.wxwidgets.org/ticket/10203.
It seems to be a bug of wxWidgets and also show a workaround to fix it, but
need to be done at wxWidgets level.
2009-11-21 13:21:19 UTC by nobody
-
Windows XP x64, ghc 6.10.4, wxhaskell-0.11.1.2 - same behaviour as Vista - "Failed to load shared
library 'comctl32.dll' (error 126...)".
2009-10-29 03:54:59 UTC by nponeccop@livejournal
-
I am running the ball drop example found here http://code.haskell.org/wxhaskell/samples/wx/BouncingBalls.hs
Building on mac os x 10.5.8, compiling with a recent version of the Haskell platform and creating the .app directory with the mac-osxapp script.
When the user clicks in he window a red ball is created and bounces in the window. Additional balls can only be created if the mouse is moved...
2009-10-04 16:12:33 UTC by timothydsears
-
The demonstrator lives in http://code.haskell.org/wxhaskell/bugs/StartStart.hs and does not need GHCi at all.
I get a segmentation fault under Linux.
Can anybody explain what is going on?.
2009-10-01 14:08:50 UTC by kowey
-
cool, i'll wait for that.
please drop a note here if you do, then i'll tell you if it helped.
(additional info: just tried to 'cabal install wx' with the ghc-6.8.2 coming with lenny, with the same result as above.)
2009-09-24 11:26:16 UTC by fis
-
Note that there's some new Cabalisation work that I expect to see landing in the main repository soon enough. This work may solve your problem along the way.
2009-09-24 10:53:48 UTC by kowey
-
I am using debian lenny with ghc 6.10.4-20090719. I have tried both 'cabal unpack wxcore' and 'darcs get http://darcs.haskell.org/wxhaskell/'.
On 6.10.4, it seems like generation of config/config.mk is broken:
$ runghc ./Setup.lhs build
makefile:890: warning: overriding commands for target `dist/wxc/libwxc--i/usr/lib/wx/include/base-unicode-release-2'
makefile:885: warning: ignoring old.
2009-09-24 10:37:30 UTC by fis
-
Sorry for the unconventional bug report, but I posted this to the mailing list wxhaskell-user before I discovered this bug-tracker:
I think you'll see the problem clearly with an example (and it will be easier for me than explaining it in english :P):
Let's say you've got the following code (it's also part of the Main.hs file attached)
s
2009-09-04 14:12:53 UTC by timfinnegan