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

[STR New]

Link: http://www.fltk.org/str.php?L2042
Version: 2.0-current


Currently fltk does not compile on DragonFly BSD.
The following patch fixes it.

diff -r 0a9067b60fe3 fltk/x11.h
--- a/fltk/x11.h Sat Jun 28 10:54:24 2008 +0200
+++ b/fltk/x11.h Sat Jun 28 10:58:19 2008 +0200
@@ -67,7 +67,7 @@ header files directly.

 #   undef Window

-#   if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__)
+#   if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__)
|| defined(__DragonFly__)
      typedef unsigned long ulong;
      typedef unsigned int      uint;
      typedef unsigned char uchar;


Link: http://www.fltk.org/str.php?L2042
Version: 2.0-current

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

Reply via email to