Laurence Vanek wrote: > Carsten Haitzler (The Rasterman) wrote: > >> anoncvs is upated from dev cvs by rsync. it is possible you got a partial >> update - but i id commit the edje changes before the e17 ones. though the >> rsync >> happns every 15 mins so chances of catching it in the middle of one is fairly >> low. >> > > I agree new cvs repo is pretty up to date. > > I just went thru a new cvs update. All EFL built (including edje) > without issue, using the sequence given get-e.org. > Also rebuilt e & evfs. No issues. > > Did cvs update of eterm then build of libast & Eterm, in that order. > libast builds, no problems. Eterm make gives this (still): > > ============ > > make all-recursive > make[1]: Entering directory `/home/lvanek/eterm/Eterm' > Making all in src > make[2]: Entering directory `/home/lvanek/eterm/Eterm/src' > if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > -I. -I.. > -I/usr/local/include -g -O2 -MT actions.lo -MD -MP -MF > ".deps/actions.Tpo" -c > -o actions.lo actions.c; \ > then mv -f ".deps/actions.Tpo" ".deps/actions.Plo"; else rm -f > ".deps/actions.Tp > o"; exit 1; fi > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -O2 -MT > actions.lo -MD > -MP -MF .deps/actions.Tpo -c actions.c -fPIC -DPIC -o .libs/actions.o > In file included from feature.h:98, > from actions.c:27: > /usr/local/include/libast.h:116:27: error: libast/module.h: No such file > or dire > ctory > /usr/local/include/libast.h:126:33: error: libast/condition_if.h: No > such file o > r directory > /usr/local/include/libast.h:130:29: error: libast/mutex_if.h: No such > file or di > rectory > /usr/local/include/libast.h:131:30: error: libast/thread_if.h: No such > file or d > irectory > /usr/local/include/libast.h:140:29: error: libast/pthreads.h: No such > file or di > rectory > make[2]: *** [actions.lo] Error 1 > make[2]: Leaving directory `/home/lvanek/eterm/Eterm/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/lvanek/eterm/Eterm' > make: *** [all] Error 2 > =================== > > Eterm seems to work fine with new libast. Been using Eterm as my > default term app. for quite a while. > > This is not crippling issue for me, can wait till its sorted out. > > thanks for the thoughts. > > >
I had been following the README file & used the sequence: ./configure make make install (as root) Here is what works (on my FC5 system): ./autogen.sh make make install (as root) Not sure this ever had anything to do with edje. All is well now. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
