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.
Thank you. 2012/11/15 Carsten Haitzler <[email protected]> > On Wed, 24 Oct 2012 23:55:05 +0900 ryuan Choi <[email protected]> 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) [email protected] > > ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
