Hi Mads,
I am running version 2.12.9-3ubuntu.
Kind regards,
Jeroen.
On Wednesday 14 January 2009 23:13:56 Mads Lindstrøm wrote:
> Hi Jeroen Janssen:
>
> Which version of libgtk are you running?
>
> /Mads
>
> > Follow-up:
> >
> > With latest darcs version, showing revision 0.11.1 this time, this
Hi Jeroen Janssen:
Which version of libgtk are you running?
/Mads
> Follow-up:
>
> With latest darcs version, showing revision 0.11.1 this time, this error does
> not occur any longer. However, wxhaskell is still not working as now
> programs fail with:
>
> (process:3353): GLib-GObject-CRIT
Follow-up: the same problems persist with ghc 6.10.1.
On Monday 12 January 2009 09:30:58 Jeroen Janssen wrote:
> Hey Mads,
>
> This seems to be correct. If I modify my testprogram to this:
>
> module Main where
>
> import Graphics.UI.WX
> import System.IO
>
> main :: IO ()
> main
> = do hPutStr
Hey Mads,
This seems to be correct. If I modify my testprogram to this:
module Main where
import Graphics.UI.WX
import System.IO
main :: IO ()
main
= do hPutStrLn stderr "WX checkpoint alpha"
--start hello
hello :: IO ()
hello
= do f<- frame[text := "Hello!"]
quit <-
Hi Jeroen
I wrote:
> Hi Jeroen
>
> While my windows show up just fine, I do get similar warnings to you:
>
> (process:12227): GLib-GObject-CRITICAL **: gtype.c:2240: initialization
> assertion failed, use IA__g_type_init() prior to this function
>
> (process:12227): Gdk-CRITICAL **: gdk_cursor
Hi Jeroen
While my windows show up just fine, I do get similar warnings to you:
(process:12227): GLib-GObject-CRITICAL **: gtype.c:2240: initialization
assertion failed, use IA__g_type_init() prior to this function
(process:12227): Gdk-CRITICAL **: gdk_cursor_new_for_display: assertion
`GDK_IS
Follow-up:
With latest darcs version, showing revision 0.11.1 this time, this error does
not occur any longer. However, wxhaskell is still not working as now
programs fail with:
(process:3353): GLib-GObject-CRITICAL
**: /build/buildd/glib2.0-2.16.6/gobject/gtype.c:2248: initialization
assert
Hi,
I tried compiling this program:
module Main where
import Graphics.UI.WX
main :: IO ()
main
= start hello
hello :: IO ()
hello
= do f<- frame[text := "Hello!"]
quit <- button f [text := "Quit", on command := close f]
set f [layout := widget quit]
with wxhaskell 0.