Martin Zwickel wrote:
On Thu, 18 May 2006 09:57:39 -0400
Mitch Gorman <[EMAIL PROTECTED]> bubbled:

Peter Flynn wrote:

I'm running them in order with
$ for d in eet-0.9.10.026 evas-0.9.9.026 ecore-0.9.9.026 \
embryo-0.9.1.026 edje-0.5.0.026 enlightenment-0.16.999.026 \
ewl-0.0.4.007; do cd $d;./configure;make;make install;cd ..;done

    i believe you'll want to change that to something like:

For soem reason Mitch's mail didn't make it here yet.

Better way:

for d in ee* ev* ec* em* ed* en* ew*
do
    (cd "${d}" && ./autogen.sh && make && make install)
done

There is no file autogen.sh in these directories.

Jsut to be sure the "cd .." doesn't ruin everything if something bad
happens.

Indeed. But this doesn't resolve the problem of the missing Ecore_Evas.h

///Peter


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to