> Ian said: > > Check for any warnings about missing development headers and etc. > then if necessary install whatever extra packages are needed on your > distro. Keep re-running configure untill all the bits are in place. > >
Thank you Ian, (I'm running on a fresh install of fc11.) Running ./configure shows no errors as such but I get some negatives: checking sys/stdtypes.h usability... no checking sys/stdtypes.h presence... no checking for sys/stdtypes.h... no . checking for strlcat... no . checking libpng/png.h usability... no checking libpng/png.h presence... no checking for libpng/png.h... no . checking for pthread_create using -lpthreads... no . checking for X overlay visuals... no Everything else is a yes. Do these nos constitute warnings bad enough to affect make? --- When I then make, I get this: Fl.cxx: In static member function âstatic int Fl::handle(int, Fl_Window*)â: Fl.cxx:959: warning: suggest parentheses around â&&â within â||â A few of these liberally sprinkled about: ..warning: suggest parentheses around â&&â within â||â and then: Compiling Fl_Text_Buffer.cxx... Fl_Text_Buffer.cxx: In member function âint Fl_Text_Buffer::undo(int*)â: Fl_Text_Buffer.cxx:344: warning: suggest parentheses around â&&â within â||â Fl_Text_Buffer.cxx: In function âchar chooseNullSubsChar(char*)â: Fl_Text_Buffer.cxx:1346: warning: array subscript has type âcharâ and lastly: Compiling filename_list.cxx... filename_list.cxx: In function âint fl_filename_list(const char*, dirent***, int (*)(dirent**, dirent**))â: filename_list.cxx:93: error: invalid conversion from âint (*)(const void*, const void*)â to âint (*)(const dirent**, const dirent**)â filename_list.cxx:93: error: initializing argument 4 of âint scandir(const char*, dirent***, int (*)(const dirent*), int (*)(const dirent**, const dirent**))â make[1]: *** [filename_list.o] Error 1 make: *** [all] Error 1 ..Which doesn't look too good at all. Any further suggestions?. regards, Pawel.
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

