I follow Greg's suggestion, download that zip file and goto FLTK, then autoconf make but here is the trouble/errors I meet. ----------------------------------------------------------------- filename_list.cxx: In function âint fl_filename_list(const char*, dirent***, int (*)(dirent**, dirent**))â: filename_list.cxx:70: error: invalid conversion from âint (*)(const void*, const void*)â to âint (*)(const dirent**, const dirent**)â filename_list.cxx:70: 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 --------------------------------------- I am using gcc 4.4.3 under unbuntu linux, I already autoconf before I type make need any advancer's help, and thx a lot in advance for your time, Eric in order to copy/test Mr. Bjarne Stroustrup's book's example on dispaly model by c++, which using fltk
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

