On 03.08.2011 10:20, Matthias Melcher wrote: >> Are you interested in build logs of fltk3 on various platforms? >> Or would that just be more unnecessary noise at this stage?
> ... Yes, I think this may be a good time to fix these warnings. Okay then, on Linux we have a real error. Here's the full error message: Compiling Fl_x.cxx... Fl_x.cxx: In function ‘void checkdouble()’: Fl_x.cxx:826: warning: comparison between signed and unsigned integer expressions Fl_x.cxx: In function ‘void decorated_win_size(Fl_Window*, int&, int&)’: Fl_x.cxx:1979: error: invalid use of incomplete type ‘struct Fl_Window’ ../fltk3/Window.h:39: error: forward declaration of ‘struct Fl_Window’ Fl_x.cxx:1980: error: invalid use of incomplete type ‘struct Fl_Window’ ../fltk3/Window.h:39: error: forward declaration of ‘struct Fl_Window’ Fl_x.cxx:1981: error: invalid use of incomplete type ‘struct Fl_Window’ ../fltk3/Window.h:39: error: forward declaration of ‘struct Fl_Window’ Fl_x.cxx:1981: error: invalid use of incomplete type ‘struct Fl_Window’ ../fltk3/Window.h:39: error: forward declaration of ‘struct Fl_Window’ Fl_x.cxx:1981: error: invalid use of incomplete type ‘struct Fl_Window’ ../fltk3/Window.h:39: error: forward declaration of ‘struct Fl_Window’ Fl_x.cxx:1981: error: invalid use of incomplete type ‘struct Fl_Window’ ../fltk3/Window.h:39: error: forward declaration of ‘struct Fl_Window’ Fl_x.cxx:1984: error: no matching function for call to ‘Fl_X::i(Fl_Window*&)’ ../fltk3/x.h:174: note: candidates are: static Fl_X* Fl_X::i(const fltk3::Window*) Fl_x.cxx: In member function ‘int fltk3::Window::decorated_h()’: Fl_x.cxx:1998: error: cannot convert ‘fltk3::Window* const’ to ‘Fl_Window*’ for argument ‘1’ to ‘void decorated_win_size(Fl_Window*, int&, int&)’ Fl_x.cxx: In member function ‘int fltk3::Window::decorated_w()’: Fl_x.cxx:2005: error: cannot convert ‘fltk3::Window* const’ to ‘Fl_Window*’ for argument ‘1’ to ‘void decorated_win_size(Fl_Window*, int&, int&)’ make[1]: *** [Fl_x.o] Error 1 make: *** [all] Error 1 I didn't go beyond this though... Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
