From bug-octave-request at bevo dot che dot wisc dot edu Thu Oct 14 19:47:12 1999 Subject: octave-2.1.17 fix to oct-time.cc From: William D Kirby To: "Report, Bug" Date: Thu, 14 Oct 1999 20:25:40 -0400 Compiling Octave-2.1.17 using Cygwin b20.1 got an error saying INT_MIN and INT_MAX were undefined in oct-time.cc. The following change to the include files fixed the problem. The diff output is *** liboctave/oct-time.cc.org Thu Oct 14 18:03:58 1999 --- liboctave/oct-time.cc Thu Oct 14 18:04:52 1999 *************** *** 24,29 **** --- 24,30 ---- #include #endif + #include #include #include "lo-error.h" -- William D. Kirby Voice: (703) 273-0005 Consultant Email: wdkirby at ix dot netcom dot com 3527 Cornell Road Fairfax, VA 22030-1813 --------------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. To ensure that development continues, see www.che.wisc.edu/octave/giftform.html Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html ---------------------------------------------------------------------