On Dec 5, 2011, at 9:25 AM, Ross Vandegrift wrote:

> On Sun, 2011-12-04 at 22:52 -0500, mh wrote:
>> I started using the easy_e17 script some months ago.
> 
> easy_e17.sh is the real culprit for this problem - by default, it builds
> EVERYTHING.  Or rather, it did years ago when I used it.  Here's current
> strategy.  You might want to change it, depending on how brave you are:
> 
> cd ~/src/e
> svn update --force --accept theirs-full
> for i in eina eet evas ecore embryo edje e_dbus eeze; do
>  cd $i
>  make distclean
>  ./autogen.sh && nice make -j 8 && sudo make install
> done
> 
> Problem is - this won't update or remove .la files from old components
> upon which elementary can depend.
> 
> Ross

I've changed the easy_e17 script along the way to remove things that I don't 
want/need or that don't build. Some parts have been moved into core (I've been 
told), so I also deleted those. 

Thanks for the script suggestion! Maybe I can modify it to include some of the 
other components from e that I like to have. And I can take another look at 
removing the stuff I don't use or need.



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to