Hi, I'm trying to install FLPhoto on Slackware 12.
I'm getting the following error after running "make". -------- Compiling image.cxx... image.cxx: In member function 'void flphoto::crop_update_cb(Fl_Widget*)': image.cxx:1427: error: no matching function for call to 'Fl_Spinner::maximum()' /usr/local/include/FL/Fl_Spinner.H:131: note: candidates are: void Fl_Spinner::maximum(double) image.cxx:1430: error: no matching function for call to 'Fl_Spinner::maximum()' /usr/local/include/FL/Fl_Spinner.H:131: note: candidates are: void Fl_Spinner::maximum(double) image.cxx:1432: error: no matching function for call to 'Fl_Spinner::maximum()' /usr/local/include/FL/Fl_Spinner.H:131: note: candidates are: void Fl_Spinner::maximum(double) image.cxx:1435: error: no matching function for call to 'Fl_Spinner::maximum()' /usr/local/include/FL/Fl_Spinner.H:131: note: candidates are: void Fl_Spinner::maximum(double) image.cxx:1453: error: no matching function for call to 'Fl_Spinner::maximum()' /usr/local/include/FL/Fl_Spinner.H:131: note: candidates are: void Fl_Spinner::maximum(double) image.cxx:1455: error: no matching function for call to 'Fl_Spinner::maximum()' /usr/local/include/FL/Fl_Spinner.H:131: note: candidates are: void Fl_Spinner::maximum(double) make: *** [image.o] Error 1 -------- Has anyone dealt with this error before? I searched the site for Fl_Spinner but couldn't find a question about this issue. Thank you for your time. ~Reed _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

