> I have a problem where configure doesn't detect OpenGL, and > consequently HAVE_GL is set to 0. I am using Ubuntu 9.04 and > I have installed libgl1-mesa-dev, so it should be there. > Unfortunately I have to use 1.0.11. When I tried with > 1.1.10rc3 it succeeds to enable OpenGL support when I > installed libxext-dev. Is there something I can do to make > fltk 1.0.11 enable OpenGL support automatically? For now I > modify config.h after it has been created, a not very good > solution obviously.
It may be the only solution, however. Fltk-1.0.11 is *very old* and not likely to be maintained now. My best guess is that the configure script is expecting the GL headers to be in a particular place and that the current "preferred" place for them is different on ubuntu, so looking at the 1.1.10 configure script to see if it is looking in more places for the GL headers might show you how to update your 1.0.11 configure... I doubt that we will be making any changes to 1.0.11 however. Why is it that you "have to use 1.0.11" ? There are very few things from 1.0.x that will not compile in fltk-1.1.x using the compatibility stuff, and there are many benefits in the newer codebase. SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

