Re: [wxhaskell-devel] Compiler error messages, compiling sample programs

2008-11-03 Thread shelarcy
On Tue, 04 Nov 2008 02:39:43 +0900, Henk-Jan van Tuyl <[EMAIL PROTECTED]> wrote: > That solves it; one item remains however: > samples\contrib> ghc --make PaintDirect.hs > [1 of 1] Compiling Main ( PaintDirect.hs, PaintDirect.o ) > > PaintDirect.hs:9:0: > Warning: Deprecated use of

Re: [wxhaskell-devel] Compiler error messages, compiling sample programs

2008-11-03 Thread Henk-Jan van Tuyl
On Mon, 03 Nov 2008 16:24:17 +0100, shelarcy <[EMAIL PROTECTED]> wrote: > > So, you can fix sample programs' problem by undoing this change or using > wxhaskell-src-0.10.3.zip's sample. > > That solves it; one item remains however: samples\contrib> ghc --make PaintDirect.hs [1 of 1] Compiling Mai

Re: [wxhaskell-devel] Compiler error messages, compiling sample programs

2008-11-03 Thread shelarcy
Hi Henk-Jan, I'm sorry about my reply is late. I didn't know what do you want to say long time. I get similar problem when testing Camels' sample Tuesday. So, I know your problem now. On Thu, 16 Oct 2008 07:33:57 +0900, Henk-Jan van Tuyl <[EMAIL PROTECTED]> wrote: > Trying to compile the sample p

Re: [wxhaskell-devel] Trouble compiling any wxHaskell program after XRC patches

2008-11-03 Thread shelarcy
Jeremy, do you have another solution of this problem? You are using macro this part. And we must extend wxXmlResource_*** function when we add more control's support. So, I think we need to change or add macro instead of to use manually created fuction. Best Regards, On Mon, 03 Nov 2008 23:46:25

Re: [wxhaskell-devel] Trouble compiling any wxHaskell program after XRC patches

2008-11-03 Thread shelarcy
Hi, On Sun, 02 Nov 2008 18:11:29 +0900, Mads Lindstrøm <[EMAIL PROTECTED]> wrote: > After the XRC additions (the "Add XRC support" path) I have not been > able to compile the test programs, and I guess any other programs > either. > > While wxHaskell compiles and installs, I get the following erro