Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-14 Thread Jeroen Janssen
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

Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-14 Thread Mads Lindstrøm
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

Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-12 Thread Jeroen Janssen
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

Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-12 Thread Jeroen Janssen
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 <-

Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-11 Thread Mads Lindstrøm
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

Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-11 Thread Mads Lindstrøm
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

Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-07 Thread Jeroen Janssen
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

Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-06 Thread Jeroen Janssen
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.