From: Paul K <pau...@ya...> - 2016-05-03 00:41:55
|
Hi John, > You can check the wxWidgets config.log and search for opengl and you should see some messages about detection of gl and whether it was usable. For example, mine says "wx_cv_use_opengl=wxUSE_OPENGL=yes" and I configured wxWidgets with --with-opengl. Yes, I was missing the headers, so wxwidgets simply skipped building the library. After that was fixed, everything went well. Paul. |