Peter Flynn wrote:
[e-users] Ecore_Evas.h

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 d in ee* ev* ec* em* ed* en*
do
    cd $d
    ./autogen.sh && make && make install
    cd ..
done

    according to get-e.org's e17 user guide, ewl isn't strictly necessary, so i left it out.  and remember:  all the best coders are lazy... why type out the whole damn directory names?

Reply via email to