On Sat, Sep 22, 2001 at 08:12:43PM +0200, Richard Wisenöcker wrote: > There seems to be an incompatibility with the include file time_.h of > ghostscript and time.h of gcc. So it is not a problem of gimp. Easy to fix. Patch attached. cu Torsten
--- time_.h Tue Jun 5 08:39:06 2001 +++ time_.h.fixed Mon Sep 24 15:41:04 2001 @@ -39,7 +39,7 @@ */ #ifdef HAVE_SYS_TIME_H # include <sys/time.h> -# if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and sys/time.h! */ +# if defined(__GLIBC__) || defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and sys/time.h! */ # include <time.h> # endif #else
Attachment:
pgpmgzYuuVXSL.pgp
Description: PGP signature