On Thu, 15 Nov 2012 22:20:20 +0900 ryuan Choi <ryuan.c...@gmail.com> said:

> OK, I just tried to compile without understanding logic. :)
> 
> Now, I can execute eve and I will start to analyze it to port elm-web.

awesome. :) sorry for my delay in email- i have a massive backlog and i'm
trying to go through it AND deal with e17 release stuff too and efl etc. etc.

> Thank you.
> 
> 2012/11/15 Carsten Haitzler <ras...@rasterman.com>
> 
> > On Wed, 24 Oct 2012 23:55:05 +0900 ryuan Choi <ryuan.c...@gmail.com> said:
> >
> > wtf .. throwing events away is a bad idea... events are not just mouse or
> > key -
> > they can involve exposes, configure notifies and other very important
> > events
> > telling of important state changes in x. NEVER throw events away with xsync
> > -ever. its a horribly bad idea. as for the ecore_x api to to focus the
> > window -
> > there is an elm_win_activate() for this... i changed it. this patch isnt
> > needed. :) but thanks for pointing out the nasties in eve. :)
> >
> > > Hi,
> > >
> > > While building eve, I got below errors.
> > > main.c:391: error: undefined reference to 'ecore_x_window_focus'
> > > view.c:1099: error: undefined reference to 'ecore_x_display_get'
> > > view.c:1101: error: undefined reference to 'XSync'
> > > view.c:1121: error: undefined reference to 'XSync'
> > >
> > > I don't know history, but it seems that eve needs ecore-x and xlib
> > > dependencies.
> > >
> > > In order to fix this build break, attached patch
> > >  - added ecore-x and xlib configuration.
> > >  - changed ecore_x_window_focus0 to ecore_evas_focus_set()
> > >  - disabled HACK_FLUSH_EVENTS_DURING_LONG_CALCULATE when we have ecore-x
> > or
> > > xlib.
> > >
> > > Please check the attachment and give me some feedback.
> > > Thanks in advance.
> > >
> > > Best regards,
> > > Ryuan Choi
> >
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >
> >


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


------------------------------------------------------------------------------
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to