From: SourceForge.net <no...@so...> - 2012-09-28 17:33:33
|
Bugs item #3572834, was opened at 2012-09-28 10:33 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3572834&group_id=73133 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: cabal install fails on wx-0.13.2.1 Initial Comment: When I run either $ cabal install 'wx < 0.9' or $ cabal install wx-0.13.2.1 cabal fails while trying to build wxcore 0.9.x (sorry I don't have the exact error message anymore). Details: I'm running Ubuntu 12.04.1 and followed http://www.haskell.org/haskellwiki/WxHaskell/Linux (so libwxgtk2.8-dev is installed). One would expect cabal to try to build wxcore of some version 0.13.x or 0.12.x. It turns out that in the cabal file for wx-0.13.2.1, the constraint for wx-core is '>= 0.12.1.6' in the normal case, and '>=0.13.1' if the splitBase flag is set. I edited the cabal file appending ''&& < 0.90' to both constraints. Then 'cabal install' worked. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3572834&group_id=73133 |