From: Daan L. <daa...@xs...> - 2004-04-02 13:14:21
|
> I just tested it here, and managed to get it working. I had to manually > change the WXWIN-LIBS setting in config/config.mk: > > WXWIN-LIBS=-pthread -lwx_gtk-2.4 -lwx_gtk_gl-2.4 > > i.e. add the wx_gtk_gl library. You can get this from wx-config > --gl-libs. > > This is RedHat 9, wxWindows 2.4.1 installed, GHC 6.2.1. A true hacker edits config.mk :-) ... but you can also use configure with "--with-opengl" (if you have enabled openGL in wxWidgets.) Cheers, -- Daan |