...then i decided to package e17 for debian on my own.<br>The only working packege I found is enlightenment_all_in_one.deb posted some time ago in this list...<br>So now I wanted some thing more up to date... so I started compiling e17 from svn (using a script I guess posted here months ago). I managed to compile eet, but when compiling evas I got this error:<br>
<br>&nbsp;gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -I../../../src/lib -I../../../src/lib/include -DPACKAGE_BIN_DIR=\&quot;/enbuilt//bin\&quot; -DPACKAGE_LIB_DIR=\&quot;/enbuilt//lib\&quot; -DPACKAGE_DATA_DIR=\&quot;/enbuilt//share/evas\&quot; -I/usr/include/freetype2 -I/enbuilt//include -I/opt/e//include/eina-0 -I/opt/e//include/eina-0/eina -I/opt/e//include/eina-0 -I/opt/e//include/eina-0/eina -g -O2 -D_GNU_SOURCE -MT evas_callbacks.lo -MD -MP -MF .deps/evas_callbacks.Tpo -c evas_callbacks.c&nbsp; -fPIC -DPIC -o .libs/evas_callbacks.o<br>
In file included from ../../../src/lib/Evas.h:35,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from ../../../src/lib/include/evas_common.h:13,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from evas_callbacks.c:1:<br>../../../src/lib/Evas_Data.h: In function &#39;evas_hash_foreach&#39;:<br>
../../../src/lib/Evas_Data.h:126: error: &#39;Eina_Hash_Foreach&#39; undeclared (first use in this function)<br>../../../src/lib/Evas_Data.h:126: error: (Each undeclared identifier is reported only once<br>../../../src/lib/Evas_Data.h:126: error: for each function it appears in.)<br>
../../../src/lib/Evas_Data.h:126: error: expected &#39;)&#39; before &#39;cb&#39;<br>../../../src/lib/Evas_Data.h:126: error: too few arguments to function &#39;eina_hash_foreach&#39;<br>make[4]: *** [evas_callbacks.lo] Error 1<br>
make[4]: Leaving directory `/home/davide/packs/enlightenment/e/evas/src/lib/canvas&#39;<br>make[3]: *** [all-recursive] Error 1<br>make[3]: Leaving directory `/home/davide/packs/enlightenment/e/evas/src/lib&#39;<br>make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory `/home/davide/packs/enlightenment/e/evas/src&#39;<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/davide/packs/enlightenment/e/evas&#39;<br>make: *** [all] Error 2<br>
<br><br>Do you have any idea how to cope with this error?<br>should i checkout a specific tag?<br>d<br>