From: Daan L. <daa...@xs...> - 2003-11-08 11:59:29
|
Hi Brandon, > I just built wxHaskell-0.4. I'm running GHC 6.3 out of CVS, and I had to > add -package text while compiling wxdirect, and increase the stack size > to compile WxcClasses (and probably some of the other generated files). Thanks for the diff file. I'll patch it in the cvs (although these changes are not necessary for GHC 6.0.1) > Trying to compile the samples gives linker errors about missing methods > on wxGLCanvas. I'm pretty sure I built wxWindows with gl support, but I'm > rebuilding it now to be sure. You need to use "--with-glcanvas" in the configure of wxWindows. When you rebuild, be sure that you have deleted the cache of the configure script or otherwise your options are ignored. (doing "rm *" in the build directory works for me :-) Thanks for the patches, -- Daan. > The attached diff has the lines I changed in the makefile to get this to > build. > > Brandon |