On 22 March 2010 00:11, Christian Ullmann <[email protected]> wrote: > hi! > > I get this error while compiling e17 with easy_e17.sh: > > gcc -shared -Wl,--whole-archive xlib/.libs/libecore_x_xlib.a > -Wl,--no-whole-archive -Wl,--rpath > -Wl,/root/e17_src/ecore/src/lib/ecore_input/.libs -Wl,--rpath > -Wl,/root/e17_src/ecore/src/lib/ecore/.libs -L/opt/e17/lib -L/usr/X11R6/lib > -lX11 -lXext /root/e17_src/ecore/src/lib/ecore_input/.libs/libecore_input.so > /root/e17_src/ecore/src/lib/ecore/.libs/libecore.so -lrt -lm -ldl > /opt/e17/lib/libeina.so -Wl,-soname -Wl,libecore_x-ver-pre-svn-05.so.0 -o > .libs/libecore_x-ver-pre-svn-05.so.0.9.9 > /usr/bin/ld: cannot find -lXext > collect2: ld returned 1 exit status > > > err-logfile is attached. > > I really get no idea how to work out this problem ... any ideas? > > And by the way .. does anybody know how to tell easy_e17.sh to make ecore > use of xinerama? I really do not want to have 2 different desktops ;) > > > Chris > --
You need libxext-dev (Debian/ubuntnu package name, others might be *-devel ) installed. -- rob ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
