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

[STR New]

Link: http://www.fltk.org/str.php?L2715
Version: 3.0


FLTK-2 contains and installs: fltk2-config, fluid/fluid2

FLTK-3 contains and installs: fltk-config, fluid/fluid
But should contain/install: fltk3-config, fluid/fluid3

And here is a patch.

winfried
--- fltk-3.0.x-r9060/src/fltk3/ask.cxx.orig 2011-09-25 19:21:22.000000000
+0200
+++ fltk-3.0.x-r9060/src/fltk3/ask.cxx  2011-09-25 19:22:24.000000000
+0200
@@ -565,7 +565,7 @@
 */
 void fltk3::message_title_default(const char *title) {
   if (message_title_default_) {
-    free ((void *)message_title_default);
+    free ((void *)message_title_default_);
     message_title_default_ = 0;
   }
   if (title)


Link: http://www.fltk.org/str.php?L2715
Version: 3.0

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

Reply via email to