> Please do not use this version in any public programs!
        Compiled OK on fedora3 -- haven't tested the apps yet.

        Compile failed on ubuntu7.04 in fl_font_x.cxx:

[..]
Compiling fl_file_dir.cxx...
Compiling fl_font.cxx...
fl_font_x.cxx:233: error: expected initializer before '*' token
fl_font_x.cxx: In function 'void fl_font(Fl_Font, Fl_Fontsize)':
fl_font_x.cxx:270: error: 'find' was not declared in this scope
make[1]: *** [fl_font.o] Error 1
make: *** [all] Error 1

        Seems like it can't find the definition for Fl_FontSize in this line:

static Fl_FontSize* find(int fnum, int size) {

        Hmm, grepping the code, I can't find it either.
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to