- Jul 12, 2013
-
-
slevy authored
Use static GLEW library under MinGW (libglew32.a rather than libglew32.dll.a).
-
slevy authored
Revamp FLTK configuration -- use fltk-config. It tells us which libraries we need. It also can tell us where to find libpng and libjpeg - either the versions built-in to fltk since 1.1.x, or else the system version if available.
-
- Feb 19, 2013
-
-
slevy authored
Check the right thing -- ac_cv_header_jpeglib_h -- to see whether we've found the JPEG header and need to find corresponding library.
-
- Sep 28, 2012
-
-
slevy authored
For MacOS (Lion), use -framework Cocoa rather than -framework Carbon, following fltk-1.3's lead. No, I don't understand why.
-
- Nov 01, 2011
-
-
slevy authored
-
- Oct 26, 2011
- Jan 24, 2011
-
-
slevy authored
Add checking for GLEW library, and --with-glew option.
-
- May 13, 2010
-
-
slevy authored
maybe related to the Fink version of autoconf? (/sw/bin/autoconf) Try creating with env PATH=/bin:/usr/bin:$PATH autoconf -f
-
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.
-
- Jan 17, 2006
-
-
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.
-
- Jan 12, 2006
- Jun 13, 2005
-
-
slevy authored
-
- Feb 09, 2005
-
-
slevy authored
-
- Feb 04, 2005
-
-
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.
-
- Jan 03, 2005
-
-
slevy authored
-
- Aug 07, 2004
- Jul 30, 2004
-
-
slevy authored
and also seem to require an additional file, config.sub. Who needs em.
-
- Jul 27, 2004
-
-
slevy authored
-
- Apr 19, 2004
-
-
slevy authored
in each of the files that uses alloca.
-
- Nov 03, 2003
-
-
smarx authored
small additions/changes to make os x and windows buildable and functional. open issues on windows time motion widgets and terminating cleanly.
-
- Oct 05, 2002
-
-
slevy authored
-
- Jun 18, 2002
-
-
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.
-
- Apr 16, 2002
-
-
slevy authored
-
- Apr 11, 2002
-
-
slevy authored
-
- Mar 14, 2002
-
-
slevy authored
check for libfltk_gl.a and .so. Can't (?) use AC_CHECK_LIB since it only has C++ entry points.
-
- Dec 28, 2001
-
-
slevy authored
--with-{elumens,ieeeio}{,-lib,-inc} --with-model (for Maya models) Always enable USE_NETHACK and USE_WARP for now.
-
- Oct 27, 2001
-
-
slevy authored
Let @CFLAGS@ tell us where X include-files are.
-
- Jul 17, 2001
-
-
slevy authored
-
- Apr 03, 2001
-
-
teuben authored
-
- Dec 23, 2000
-
-
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.
-
- Dec 21, 2000
- Dec 20, 2000
-
-
slevy authored
Lots of changes to support new time flow and additional time-related GUI. Probably not all there but at least somewhat usable.
-
- Dec 12, 2000
-
-
teuben authored
-
- Sep 16, 2000
-
-
teuben authored
-