Mike Frysinger wrote:

On Friday 15 July 2005 12:02 am, laurence vanek wrote:
This patch allow me to build libast.....but during Eterm make I got:

=========
In file included from feature.h:99,
                from actions.c:27:
/usr/local/include/libast.h:289:19: error: #if with no expression

does this work ?
--- include/libast.h    14 Jul 2005 04:31:24 -0000      1.60
+++ include/libast.h    15 Jul 2005 11:50:12 -0000
@@ -82,7 +82,7 @@

#ifdef __GNUC__
#  if __GNUC__ >= 4 && !defined(STRICT_ISO_C99)
-#    define STRICT_ISO_C99
+#    define STRICT_ISO_C99 1
#  endif
#else
#  define __attribute__(x)
-mike


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Mike -

yes, that worked.  thank you.  I built from CVS so this is version 0.9.4

As a side note, ./autogen for Eterm generates complaint for configure file.
The file lines involved are line number 23460, 23461.  Complaining about
syntax error in the following 2 lines.

======
echo "$as_me:$LINENO: checking for pow in -lm" >&5
echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6
======

I have had to comment these out to get past ./configure. I recall seeing that this had been fixed
a month or so ago.  It appears to be back.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to