[IGSTK-Users] fltk1.3

delimitaciones delimitaciones at gmail.com
Thu Nov 15 18:28:40 EST 2012


You can use the one from fltk.org:
http://fltk.org/software.php?VERSION=1.3.1&FILE=fltk/1.1.10/fltk-1.1.10-source.tar.bz2
The first thing to do is to be sure that there is not another FLTK 
version installed if you have one then uninstall it and the other is 
that in some cases you might have to change a line in filename_list.cxx

#elif!defined(__sgi)
// The vast majority of UNIX systems want the sort function to have this
// prototype, most likely so that it can be passed to qsort without any
// changes: int n = scandir(d, list, 0, 
(int(*)(constvoid*,constvoid*))sort); <- If looks like this

int n = scandir(d, list, 0, (int(*)(const dirent **, const dirent 
**))sort); <- It might need to be changed like this.

This is because every plataform has a convention calling for scandir.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/igstk-users/attachments/20121115/3bf62e04/attachment.htm>


More information about the IGSTK-Users mailing list