Hello, I'm having trouble getting entrance to run. I'm compiling E17 with more or less the same script lines that appear in http://www.enlightenment.org/p.php?p=about/e17&l=en except that I'm compiling to /opt/e17
I don't know exactly what is wrong, everything compiles fine but I get: "error while loading shared libraries: libeet.so.1: cannot open shared object" I know this has to do with LD_LIBRARY_PATH and the like, but I don't know how to solve it. Here are my exports INSTALL_PATH=/opt/e17 export PATH="$INSTALL_PATH/bin:$PATH" export LD_LIBRARY_PATH="$INSTALL_PATH/lib:$LD_LIBRARY_PATH" export PKG_CONFIG_PATH="$INSTALL_PATH/lib/pkgconfig:$PKG_CONFIG_PATH" export CPPFLAGS="$CPPFLAGS -I$INSTALL_PATH/include" export LDFLAGS="$LDFLAGS -L$INSTALL_PATH/lib" export CFLAGS="-O3 -fvisibility=hidden -ffast-math -g -ggdb3" After that I have the same for loop from the link above going through the efl and after that the ldconfig command. Is there something I'm missing? Thanks for the help in advance. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
