I downloaded the latest snapshots from http://enlightenment.freedesktop.org/ (I have not been able to connect to the cvs lately) and compiled them in the order given in http://get-e.org, but when I got to esmart-0.9.0.004 it gives these errors:

/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/lib/esmart_trans_x11 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -g -O2 -Wall -c esmart_trans_x11.c gcc -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/lib/esmart_trans_x11 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -g -O2 -Wall -c esmart_trans_x11.c -fPIC -DPIC -o .libs/esmart_trans_x11.o
esmart_trans_x11.c:52: error: syntax error before '*' token
esmart_trans_x11.c:52: warning: type defaults to `int' in declaration of `_objects'
esmart_trans_x11.c:52: warning: data definition has no type or storage class
etc.etc.etc.........
make[4]: *** [esmart_trans_x11.lo] Error 1
make[4]: Leaving directory `/usr/local/src/esmart-0.9.0.004/src/lib/esmart_trans_x11'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/esmart-0.9.0.004/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/esmart-0.9.0.004/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/local/src/esmart-0.9.0.004/src'
make: *** [all-recursive] Error 1

Compilation exited abnormally with code 2 at Tue Sep 27 11:42:40


I looked at the sources and the line 52 of esmart_trans_x11.c is:
static Ecore_List       *_objects = NULL;
However I cannot find the definition of Ecore_List with cscope. It simply is not in Ecore.h (where I might assume it should be) nor anywhere else I might think of it residing.

Jani



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to