M.McNeil a écrit : > [EMAIL PROTECTED] ~/e17_cvs/e17/libs/efreet]# export > declare -x ACLOCAL_FLAG="-I/usr/local/share/aclocal" > declare -x CFLAGS="-lintl -liconv -g -L/usr/X11R6/lib -L/usr/local/lib > -I/usr/local/include -I/usr/X11R6/include" > declare -x CPPFLAGS="-I/usr/local/incI/opt/lude -I/usr/X11R6/include" > declare -x ECORE_CFLAGS="-I/opt/e17/include" > declare -x ECORE_LIBS="-L/opt/e17/lib" > declare -x > PATH="/usr/local/gnu-autotools/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin" > > declare -x PWD="/root/e17_cvs/e17/libs/efreet" > > [EMAIL PROTECTED] ~/e17_cvs/e17/libs/efreet]# configgen.sh -gnome > Running aclocal... > [...] > > ./configure --prefix=/opt/e17 --enable-debug=yes > [...] > > gcc -g -I/usr/local/include -I/usr/X11R6/include -o .libs/efreet_alloc > efreet_alloc.o -L/usr/local/lib -L/usr/X11R6/lib > ../../../src/lib/.libs/libefreet.so /usr/local/lib/libintl.so > /usr/local/lib/libiconv.so -L/opt/e17/lib -Wl,--rpath -Wl,/opt/e17/lib > -Wl,--rpath -Wl,/usr/local/lib > ../../../src/lib/.libs/libefreet.so: undefined reference to > `ecore_dlist_append' > ../../../src/lib/.libs/libefreet.so: undefined reference to > `ecore_hash_set' > [...]
Though I'm not an expert programmer, but observing gcc's argument list and its error messages, I'd say that Ecore library definitions weren't found. You've configured and installed Ecore with the prefix /opt/e17, and the compiler hasn't picked up the location of the headers regardless of your ECORE_CFLAGS definition earlier. Try to append -I/opt/e17/include to both CFLAGS and CPPFLAGS. //rk -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users