[Gimp-developer] Re: [Bug-gs-dev] [Gimp-print-announce] Re: [Gimp-print-devel] Gimp-Print 4.1.99-b2 and ghostscript-stp in 6.51 don't compile for me...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux