I've run into a problem trying to build Version 1.3.0rc3 using MVC++ 6.0 in
Windows XP SP3 (32 bit). Looks like all the .cxx files are compiling o.k.
except for FL_Text_Display, where I get 12 errors like the one below.
C:\Program Files\fltk-1.3.0rc3\src\Fl_Text_Display.cxx(1941) : error C2446:
'==' : no conversion from 'const class Fl_Text_Display *const ' to 'class
Fl_Widget *'
Conversion loses qualifiers
The line(s) of source code being pointed look like:
if (Fl::focus() == this) background = selection_color();
else background = fl_color_average(color(), selection_color(), 0.4f);
Is the problem really on this line?
Was there some configuration step I missed?
BTW - I was able to build this version on a Windows XP 64 bit machine using
VC08.
Thanks.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk