Changes between Version 10 and Version 11 of FrequentlyAskedQuestions
- Timestamp:
- 10/12/09 11:37:42 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v10 v11 23 23 }}} 24 24 * '''Workaround''': 2009-02-14: I don't know the proper solution to this yet, but I found that it helps to {{{ghc --make Setup}}} and then call {{{./Setup}}} instead of runhaskell Setup 25 26 == Running GenI == 27 25 28 1. I get this error when I run GenI (wxHaskell 0.11 ; wxWidgets 2.8), and GenI refuses to load 26 29 {{{ … … 43 46 * Argh! Sounds like a potential wxHaskell bug. Try {{{--no-gui}}} 44 47 * 2009-02-14: I have filed http://sourceforge.net/tracker2/?func=detail&aid=2599836&group_id=73133&atid=536845 48 1. I get this error why I try to run GenI: 49 {{{ 50 geni: relocation error: geni: symbol _ZTV13wxGraphicsPen, version WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 with link time reference 51 }}} 52 * 2009-10-12: Not sure 45 53 46 54 == How to do cool things ==