I am trying to get Enlightenment 17 working on my Debian box. I downloaded it from CVS and started compiling the dependencies in order. But when I got to esmart I got this error:
Code:
0:9:0 esmart_draggies.lo -L/usr/local/lib -levas -lecore -lecore_x -lecore_evas
gcc -shared .libs/esmart_draggies.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libevas.so /usr/local/lib/libecore.so -lecore_x /usr/local/lib/libecore_evas.so -Wl,-soname -Wl,libesmart_draggies.so.0 -o .libs/libesmart_draggies.so.0.0.9
/usr/bin/ld: cannot find -lecore_x
collect2: ld returned 1 exit status
make[4]: *** [libesmart_draggies.la] Error 1
make[4]: Leaving directory `/home/colin/e17/libs/esmart/src/lib/esmart_draggies'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/colin/e17/libs/esmart/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/colin/e17/libs/esmart/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/colin/e17/libs/esmart/src'
make: *** [all-recursive] Error 1
Anyone know a way around this?
(Also, is this a good place to ask E17 questions? I tried #e on irc.freenode.net but it is rather quiet)