<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    You can use the one from fltk.org: <br>
<a class="moz-txt-link-freetext" href="http://fltk.org/software.php?VERSION=1.3.1&amp;FILE=fltk/1.1.10/fltk-1.1.10-source.tar.bz2">http://fltk.org/software.php?VERSION=1.3.1&amp;FILE=fltk/1.1.10/fltk-1.1.10-source.tar.bz2</a><br>
    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<br>
    <p>#elif!defined(__sgi)
      <br>
      // The vast majority of UNIX systems want the sort function to
      have this
      <br>
      // prototype, most likely so that it can be passed to qsort
      without any
      <br>
      // changes:
      int n = scandir(d, list, 0, (int(*)(constvoid*,constvoid*))sort);
      &lt;- If looks like this</p>
    <p>
      int n = scandir(d, list, 0, (int(*)(const dirent **, const dirent
      **))sort); &lt;- It might need to be changed like this.</p>
    <title></title>
    <meta name="GENERATOR" content="LibreOffice 3.5 (Windows)">
    <style type="text/css">
        <!--
                @page { margin: 0.79in }
                PRE.cjk { font-family: "NSimSun", monospace }
                P { margin-bottom: 0.08in }
        -->
        </style>
    <p>This is because every plataform has a convention calling for
      scandir.<br>
    </p>
    <meta http-equiv="CONTENT-TYPE" content="text/html;
      charset=ISO-8859-1">
    <title></title>
    <meta name="GENERATOR" content="LibreOffice 3.5 (Windows)">
    <style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>
  </body>
</html>