From: Brandon M. M. <br...@it...> - 2003-11-14 01:32:42
|
There is no need to modify wxWindows. The problem seems to be that libwx_gtk_gl-2.4.so is not included when linking a wxHaskell proram. Adding wx_gtk_gl-2.4 to the extra_libraries entry in the package description fixed this for me. Your version numbers might be different and there is probably a better way to do this. I don't know much about building libraries, but it seems like there should be a way to record in libwxcore.a that you need to link with this code. Brandon |