On Do, 16.10.08 16:27 Wido <[EMAIL PROTECTED]> wrote: > well, i've encountered more problems. There are lots of apps using > edje, but edje doesn't want to run: > > edje_cc -v -id ../data -fd ../data \ > ../data/theme.edc \ > ../data/theme.edj > edje_cc: error while loading shared libraries: libeina.so.0: cannot > open shared object file: No such file or directory > > problem is (was?) thet edje wasn't looking for libeina in ther rigth > place (/usr/local/lib/libeina.so). a simple symlik did the trick. now > i have the same issue, but with headers. All modules look for eina in > the wrong place, and are a bunch of files wich i don't want to > symlink, i would like a cleaner solution > > tnks
You could a) compile eina with --prefix=/usr or b) add /usr/local/lib to /etc/ld.so.conf and /usr/local/lib/pkgconfig to PKGCONFIG_PATH I'm more confused about the other configure options. Some user-understandable docs would be cool. Or is the default just fine for the average E user on his/her average desktop PC? :) Cheers, Tom ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
