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

[STR New]

Link: http://www.fltk.org/str.php?L2911
Version: 1.3.2


Clang version 3.1 (under Minix but should be applied for other OS-es) is
unable to compile latest FLTK version. Here is the report:

Fl_x.cxx:1876:33: error: 'FULLSCREEN' is a protected member of 'Fl_Widget'
  if (win->flags() & Fl_Widget::FULLSCREEN && !Fl_X::ewmh_supported()) {

../FL/Fl_Widget.H:173:9: note: declared protected here
        FULLSCREEN       = 1<<18, ///< a fullscreen window (Fl_Window)

Fl_x.cxx:1943:35: error: 'FULLSCREEN' is a protected member of 'Fl_Widget'
  if (win->flags() & Fl_Widget::FULLSCREEN && Fl_X::ewmh_supported()) {

../FL/Fl_Widget.H:173:9: note: declared protected here
        FULLSCREEN       = 1<<18, ///< a fullscreen window (Fl_Window)

Fl_x.cxx:1987:33: error: 'FULLSCREEN' is a protected member of 'Fl_Widget'
  if (win->flags() & Fl_Widget::FULLSCREEN && !Fl_X::ewmh_supported()) {

../FL/Fl_Widget.H:173:9: note: declared protected here
        FULLSCREEN       = 1<<18, ///< a fullscreen window (Fl_Window)


Link: http://www.fltk.org/str.php?L2911
Version: 1.3.2

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

Reply via email to