The "threads" test in the r5734 snapshot doesn't build on my Linux machine. This looks like a recent change to add #include <fl_ask.h> - should be <fl_ask.H>. The attached patch allows a successful build (for me anyway).
--- fltk-1.1.7/test/threads.cxx 2007-03-09 15:44:55.000000000 +0000 +++ fltk-1.1.7/test/threads.cxx.new 2007-03-09 15:45:10.000000000 +0000 @@ -32,7 +32,7 @@ # include <FL/Fl_Window.H> # include <FL/Fl_Browser.H> # include <FL/Fl_Value_Output.H> -# include <FL/fl_ask.h> +# include <FL/fl_ask.H> # include "threads.h" # include <stdio.h> # include <math.h> _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
