Hi everyone, I've been trying to update my E17 installation and I'm having some problems. I'm using yesterday's CVS (which I believe is the same as the most recent snapshot).
Eet compiled ok, but evas gave me some errors about gdk-pixbuf not finding glib.h, so I used '--disable-image-loader-svg', and it went ok. But when I tried to compile ecore, it complained about missing evas_gl_x11, evas_sdl, etc, so I went back and recompiled evas with '--enable-gl-x11 --enable-sdl --enable-fb'. Now ecore compiled, but only after I linked the Ecore_sdl.h from src/lib/ecore_sdl to src/lib/ecore_evas, because make couldn't find it. Efreet and embryo compiled ok, but edje gave me the following error: /usr/lib64/gcc/x86_64-slamd64-linux/4.1.2/../../../../x86_64-slamd64-linux/bin/ld: cannot find -lecore_sdl So I went back to ecore and tried compiling it with '--enable-ecore-fb --enable-ecore-sdl', but it errors out with: "make[4]: *** No rule to make target `-Wl,-rpath,/usr/lib', needed by `libecore_evas.la'. Stop." I'm running Slamd64 12.0 with a 2.6.24 kernel. Does anybody have any idea on how to solve this problem? Also, maybe there's something wrong with my configuration that's causing all these problems, but wouldn't it be better if the required modules/options (specially ecore's) were compiled by default? I mean, if this is the standard behavior, you can't compile E17 and all the libraries with just ./configure (autogen.sh), make and make install, and also the README's and INSTALL's don't mention anything about it. Thanks ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
