DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2607
Version: 1.3-current


r8536 introduced this:

Index: src/Fl_Gl_Window.cxx
===================================================================
--- src/Fl_Gl_Window.cxx        (revision 8535)
+++ src/Fl_Gl_Window.cxx        (revision 8536)
@@ -34,6 +34,9 @@
 
 #include <FL/Fl.H>
 #include <FL/x.H>
+#ifdef __APPLE__
+#include <FL/gl.H>
+#endif
 #include "Fl_Gl_Choice.H"
 #include <FL/Fl_Gl_Window.H>
 #include <stdlib.h>

Problem is, the file is called "gl.h", not "gl.H". Makes the compilation
fail on case sensitive file systems.


Link: http://www.fltk.org/str.php?L2607
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to