Matt: your new Fl_data_Type::make() of src/Fl_Function_Type.cxx
breaks 64-bit compilations of fluid because of a
pointer-to-unsigned-int cast (line 742).
I tentatively repaired it using the %p format specifier specialized
for formatting pointers. If %p is not portable enough,
sprintf(buf, "data_%016x", (unsigned long int)o);
would do the trick.
Please, review my (tentative) change. Thanks.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to