> Pawel, if you want a short-term hackaround fix, you could edit the file > filename_list.cxx in the fltk src folder and change the code at line 93 > to be the same as the code at line 82. > Thereafter fltk ought to build correctly on your system > > Let us know how that goes... > Ian >
Replacing line 93 with 82 in filename_list.cxx, and then make. Compiling fl_set_fonts.cxx... In file included from fl_set_fonts.cxx:39: fl_set_fonts_xft.cxx: In static member function âstatic Fl_Font Fl::set_fonts(const char*)â: fl_set_fonts_xft.cxx:274: error: invalid conversion from âconst char*â to âchar*â fl_set_fonts_xft.cxx:275: error: invalid conversion from âconst char*â to âchar*â fl_set_fonts_xft.cxx:280: error: invalid conversion from âconst char*â to âchar*â make[1]: *** [fl_set_fonts.o] Error 1 make: *** [all] Error 1
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

