On Thu, Nov 15, 2012 at 1:31 PM, maderios <[email protected]> wrote:
> On 11/15/2012 12:58 PM, Shane McGuire wrote: > > change this: > > in_efl="eina evil eet evas embryo eo" > > to this: > > in_efl="efl" > > > > the package efl contains all of the items on the first line now. > > > I tried it but it doesnt work because eina and other libraries are in > http://svn.enlightenment.org/svn/e/trunk/IN-EFL/ > (but efl compiles well) > As I understand it, you don't need what is in the "trunk/IN-EFL" folder on subversion. The developers have just moved the old efl libraries (eina etc.) to this subversion folder instead of deleting them from the tree altogether. Probably they are there for posterity. In your easy_e17.sh file, there should be no mention of eina, evil, eet, evas, embryo or eo. These all need to be removed and replaced by efl. If easy_e17.sh is still trying to pull/compile files for the old efl libraries, then these are still listed somewhere in your easy_e17.sh script and should be removed. In my old easy_e17.sh I had a line like this: efl_basic="eina eet eobj evas ecore edbus efreet eio eeze e_dbus embryo edje azy ethumb elementary" mine now reads: efl_basic="efl ecore edbus efreet eio eeze e_dbus embryo edje azy ethumb elementary" and there is no more mention of eina etc. in the easy_e17.sh script. When running now, it no longer tries to compile/install the old efl libraries. I hope this helps to clarify things. Shane > -- > Maderios > > "Art is meant to disturb. Science reassures." > "L'art est fait pour troubler. La science rassure" (Georges Braque) > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
