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

[STR New]

Link: http://www.fltk.org/str.php?L2252
Version: 1.1.9


filename_list.cxx

When building FLTK using gcc-Version 4.4.1 20090725 (Red Hat 4.4.1-2) an
error regarding to argument types appears for line 70:

#elif !defined(__sgi)
int n = scandir(d, list, 0, (int(*)(const void*,const void*))sort);

After changing this line fltk builds fine:

int n = scandir(d, list, 0, (int(*)(const dirent**,const dirent**))sort);


Link: http://www.fltk.org/str.php?L2252
Version: 1.1.9

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

Reply via email to