From: Brandon M. M. <br...@it...> - 2003-11-08 11:30:21
|
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). 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. The attached diff has the lines I changed in the makefile to get this to build. Brandon |