On Thursday 14 July 2005 12:19 am, laurence vanek wrote:
> Of course eterm needs libast to build.   I would imagine its gcc4 in FC4.

failed same way for me with gcc-4.0.1 on Gentoo ... checked in this patch 
which seemed to fix the issue for me:
Index: libast.h
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast.h,v
retrieving revision 1.59
diff -u -p -r1.59 libast.h
--- libast.h    7 Jun 2005 20:32:37 -0000       1.59
+++ libast.h    14 Jul 2005 04:30:42 -0000
@@ -81,7 +81,7 @@
 #endif
 
 #ifdef __GNUC__
-#  if __GNUC__ >= 4
+#  if __GNUC__ >= 4 && !defined(STRICT_ISO_C99)
 #    define STRICT_ISO_C99
 #  endif
 #else
-mike


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to