Changes between Version 7 and Version 8 of FrequentlyAskedQuestions
- Timestamp:
- 02/14/09 14:02:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v7 v8 1 1 == Installing GenI == 2 2 3 1. I can't {{{cabal install wx}}}: 4 * '''Solution''': 2009-02-14: Try 5 {{{ 6 cabal install wx --configure-opt="--user --enable-split-objs --hcprof 7 }}} 3 8 1. Every time I try to {{{cabal install}}} GenI, it keeps trying to build wxcore (and fails!) 4 * '''Solution''': 2009-02-14. This is a tricky one. For some reason cabal-install keeps trying to re-install wx 5 6 {{{cabal install wx --configure-opt="--user --enable-split-objs --hcprof}}} (tested on 2009-02-12, Ubuntu Intrepid, wxWidgets 2.8, GHC 6.10.1) 9 * This is a tricky one. For some reason cabal-install keeps trying to re-install wx 10 * '''Workaround''': 2009-02-14 : install GenI by hand ({{{runhaskell Setup configure --user; runhaskell Setup build; runhaskell Setup install}}}) 7 11 1. I get this error when I try to do {{{runhaskell Setup configure}}}: 8 12 {{{