From: Simon M. <sim...@mi...> - 2004-04-02 14:00:45
|
=20 > > I just tested it here, and managed to get it working. I=20 > had to manually > > change the WXWIN-LIBS setting in config/config.mk: > > > > WXWIN-LIBS=3D-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. >=20 > A true hacker edits config.mk :-) > ... > but you can also use configure with "--with-opengl" > (if you have enabled openGL in wxWidgets.) Ah yes, I missed that. Thanks. Simon |