Thanks Dave, Jeff,

> * compile the Enlightenment Foundation Libraries (EFL), either from git
>   or by downloading the 1.7.5 release from the enlightenment website.
> 
> If you want to stay cutting edge, you'll need to compile from git source.

Ok, think I'll go with compiling everything from git:

    git clone git://git.enlightenment.org/core/efl.git
    cd efl
    ./autogen.sh

I've done several runs of autogen, catching messages like:

    No package '<...>' found

installing the package requested, getting a little further on the
next run of autogen, catching another message about a missing package,
installing it, and so forth. In this manner I've installed:

    aptitude install autopoint
    aptitude install doxygen
    aptitude install check
    aptitude install valgrind
    aptitude install libfontconfig1-dev
    aptitude install libfribidi-dev
    aptitude install libxrender-dev
    aptitude install libgif-dev
    aptitude install libtiff5-dev

but am stuck on some requirements for glib-2.0 & gthread-2.0:

    % ./autogen.sh
    [...]
    configure: Finished Embryo checks
    configure: Start Ecore checks
    configure: error: pkg-config missing glib-2.0 gthread-2.0

I tried installing the following to no avail:

    aptitude install libqtglib-2.0-0
    aptitude install libspice-client-glib-2.0-dev
    aptitude install libspice-client-glib-2.0-1
    aptitude install gir1.2-glib-2.0

Any suggestions regarding what to install next? Also, is there a way
to catch all dependencies in one go rather than having to do multiple
successive runs of autogen like this?

Thanks for any help,

John

-- 
John Magolske
http://B79.net/contact

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to