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

[STR New]

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


When using MINGW to cross-compile FLTK 1.3.x on a Linux host,
compilation fails due to an (accidentally?) uppercased "FCNTL.H"
#include in fluid/fluid.cxx.

fluid.cxx:
-#  include <FCNTL.H>
+#  include <fcntl.h>

Native (Windows-hosted) MINGW probably doesn't notice because of
Windows's native case-insensitive file system semantics, but
it will become a problem when e.g. cross-compiling on Linux.

So it should really say "<fcntl.h>" here (i.e. lowercased).


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

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to