From: Dmitriy N. <ni...@be...> - 2013-03-27 09:21:17
|
Hello, Mabe this will help: http://sourceforge.net/tracker/?func=detail&aid=3087609&group_id=73133&atid=536848 here patch and working example, tested on openSuse and windows xp. Regards, Dmitriy 27.03.2013 01:27, luc taesch wrote: > > I am a bit clue less > > I have reduced to the bare minimum > > gr <- graphicsRendererCreateContextFromNativeWindow f > > graphicsContextDelete gr > > > it compiles and segfault… > > > any ideas ? > > > mbp2-de-luc:wxcanvastest luc$ ghc --make Paint.hs > > [1 of 1] Compiling Main ( Paint.hs, Paint.o ) > > Linking Paint ... > > mbp2-de-luc:wxcanvastest luc$ ./Paint > > Segmentation fault: 11 > > mbp2-de-luc:wxcanvastest luc$ > > |