Skip to content
Snippets Groups Projects
  1. Jul 12, 2013
  2. Feb 19, 2013
  3. Sep 28, 2012
  4. Nov 01, 2011
  5. Oct 26, 2011
  6. Jan 24, 2011
  7. May 13, 2010
    • slevy's avatar
      Previous version reported trouble on the Mac, · 8268e5a9
      slevy authored
      maybe related to the Fink version of autoconf? (/sw/bin/autoconf)
      Try creating with
         env PATH=/bin:/usr/bin:$PATH autoconf -f
      8268e5a9
    • slevy's avatar
      Steve Marx' fltk 1.1 test. · d2e8df0e
      slevy authored
      Don't check for FL/mac.r any more -- use makeapp.sh.  That's the only
      way supported in modern Mac OS X anyway.
      
      It's not a fatal configure error if we can't find fltk.  User might just want to build libparti.
      d2e8df0e
  8. Jan 17, 2006
    • slevy's avatar
      Add HAVE_THREADS. · 1bcf68fc
      slevy authored
      AC_CANONICAL_HOST doesn't set anything mentioning MINGW32; instead
      it seems to set OSTYPE to "msys".  So accept either that or mingw32.
      1bcf68fc
  9. Jan 12, 2006
  10. Jun 13, 2005
  11. Feb 09, 2005
  12. Feb 04, 2005
    • slevy's avatar
      Remove obsolete old-file-chooser code -- gets syntax errors anyway. · 6d901740
      slevy authored
      Just leave Steve Marx's insistence on FLTK >=1.1.x.
      Check for values.h.
      If we seem to be running on MacOS X, add more special tests:
         Search -lmx for sqrtf() etc., rather than a bunch of -D'efines for float functions.
      	If they (or at least sqrtf) are not present, geometry.h now #define's em.
         Insist on {fltkdir}/FL/mac.r so we can use Rez to tag partiview as a GUI app,
      	otherwise it can never get keyboard/mouse focus.
      6d901740
  13. Jan 03, 2005
  14. Aug 07, 2004
  15. Jul 30, 2004
  16. Jul 27, 2004
  17. Apr 19, 2004
  18. Nov 03, 2003
  19. Oct 05, 2002
  20. Jun 18, 2002
    • slevy's avatar
      Add MinGW32 configuration hacks. · b4fa04e7
      slevy authored
      Make --with-nethack a non-default option.
      Use deprecated AC_HAVE_LIBRARY to find mingw opengl32 library
      because AC_HAVE_LIB fails -- we need a prototype for even
      zero-argument functions like glEnd.
      b4fa04e7
  21. Apr 16, 2002
  22. Apr 11, 2002
  23. Mar 14, 2002
  24. Dec 28, 2001
  25. Oct 27, 2001
  26. Jul 17, 2001
  27. Apr 03, 2001
  28. Dec 23, 2000
    • slevy's avatar
      · 8b6eef7a
      slevy authored
      Add -lm to -lGL/-lMesaGL tests, to ensure it doesn't fail to find GL
      just because libGL/libGLU use sqrt etc.!
      Discard tests which search for IrisGL and PEX, since we can't use them anyway.
      Re-install "depended"/"Makedepend" fix.  We really do want to force
      Makedepend to be rebuilt, I think.
      8b6eef7a
  29. Dec 21, 2000
  30. Dec 20, 2000
    • slevy's avatar
      · 41e2c1bc
      slevy authored
      Lots of changes to support new time flow and additional
      time-related GUI.  Probably not all there but at least somewhat usable.
      41e2c1bc
  31. Dec 12, 2000
  32. Sep 16, 2000
Loading