On Tue, 16 Oct 2012 23:01:51 +0200 Vincent Torri <vincent.to...@gmail.com> said:

> On Tue, Oct 16, 2012 at 9:17 PM, Dave Ray <d...@jonive.com> wrote:
> >
> > Hi,
> > I just updated the whole e tree and still get the pthread error. I deleted
> > the trunk/evas directory and re-updated to make sure nothing is being
> > cached.
> >
> > $ autogen.sh --disable-fribidi
> > …
> > checking whether SVG image loader will be built... yes
> > checking pthread.h usability... yes
> > checking pthread.h presence... yes
> > checking for pthread.h... yes
> > checking for pthread.h... (cached) yes
> > configure: error: Your pthread implementation does not have
> > pthread_barrier_wait
> 
> I think that we can implement it (doing like one would do on Windows):
> 
> http://www.howforge.com/implementing-barrier-in-pthreads
> 
> maybe we could add that in eina ? It seems that the following systems
> do not have pthread_barrier_wait :
> 
> http://www.gnu.org/software/gnulib/manual/html_node/pthread_005fbarrier_005fwait.html

so.. we have another problem. wince. due to the 16bit engine going away wince
engine for evas is gone. this means it needs to use the 32bit engine, so right
now we have zero engine support for wince after 1.7. in addition the eina lock
infra for wince doesnt provide any cond support. this basically means i cant
have a working barrier impl on wince unless conds are there, so this would
break a wince engine if it were re-created to use the 32bit engine anyway.

so... what do you want to do? win32 i think is ok... and i now have a eina
barrier impl sitting here locally. it compiles at any rate. :)


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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to