On Mon, 3 Dec 2012 20:17:49 +1000 David Seikel <onef...@gmail.com> said:

> On Mon, 3 Dec 2012 10:03:24 +0100 Vincent Torri
> <vincent.to...@gmail.com> wrote:
> 
> > On Mon, Dec 3, 2012 at 9:55 AM, David Seikel <onef...@gmail.com>
> > wrote:
> > > On Sun, 2 Dec 2012 23:45:46 +0100 Vincent Torri
> > > <vincent.to...@gmail.com> wrote:
> > >
> > >> hey
> > >>
> > >> i've aded ecore in efl/ I'm pretty sure that there are plenty if
> > >> bugs. Please report them here
> > >>
> > >> There are also plenty of improvements to do too, i'm aware of that.
> > >
> > > I noticed you made ecore_con compile mandatory.
> > 
> > indeed. Is it a problem for you ?
> 
> Yep, as I have mentioned before, this embedded project I've been
> working on has legal requirements that must be met, and an audit lab
> that it has to go through to make sure it meets those legal
> requirements.  One of those legal requirements is to not have anything
> on the device that is not actually needed for the device to perform
> it's specific legal function.  On top of that, the less there is on the
> device, the less time it will take the audit lab to audit it, the
> cheaper the audit will be.  The device does not need networking, so
> leaving out ecore_con would be good.

ecore-con is not just for "networking". it's for ipc. ecore-evas requires it
because ecore-evas supports remote ipc canvases from other processes
(ecore-evas-extn).  in the bid to simplify our ifdef hell we have and ensure
people have an always usable setup - ecore-con is now on by default.

> Raster said that --disable-foo options will get replaced by "just
> delete the libfoo.* files".  I'm hoping that is stuck to, at least for
> the stuff *I* don't need.  B-)

not in all cases. see above. :)

> > >  When I last checked
> > > the 1.7.2 release tarball in my embedded project, I noticed that
> > > disabling ecore_con from being built crashed ./configure,
> > > complaining that HAVE_IPV6 was not defined.
> > 
> > this must be fixed
> 
> > Vincent
> > 
> > >  This had worked fine in an earlier
> > > release.  So I went with the "just delete the library" method
> > > raster is so fond of, and the proggy crashed complaining that it
> > > could not open the ecore_con library.  sigh
> > >
> > > I hope Rasters "just delete unneeded libraries" theory actually gets
> > > some love in this new merged EFL.
> 
> -- 
> A big old stinking pile of genius that no one wants
> coz there are too many silver coated monkeys in the world.


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to