| 20 | | * '''Workaround''': 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 |
| | 20 | * '''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 |
| | 21 | 1. I get this error when I run GenI (wxHaskell 0.11 ; wxWidgets 2.8), and GenI refuses to load |
| | 22 | {{{ |
| | 23 | (process:11334): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.18.2/gobject/gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function |
| | 24 | |
| | 25 | (process:11334): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed |
| | 26 | |
| | 27 | (process:11334): Gdk-CRITICAL **: gdk_cursor_new_for_display: assertion `GDK_IS_DISPLAY (display)' failed |
| | 28 | }}} |
| | 29 | * 2009-02-14 - '''Unknown!''' |