DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2282
Version: 1.1.10


FL/Fl.H declares two overloaded versions of Fl::set_labeltype() at
lines 237/8:

  static void
set_labeltype(Fl_Labeltype,Fl_Label_Draw_F*,Fl_Label_Measure_F*);
  static void set_labeltype(Fl_Labeltype, Fl_Labeltype from);

but src/fl_labeltype.cxx defines only the first at line 77!  This 
breaks the SWIG Lua wrapper for FLTK because the SWIG wrapper code
refers to both versions of the function and so it fails to load 
because of the missing symbol.


Link: http://www.fltk.org/str.php?L2282
Version: 1.1.10

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to