Hello.

On 04/26/2018 12:41 PM, Taehyub Kim wrote:
> jaehyun pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=6e49db0739c38a378c48c6c880f5b41c986ee1e9
>
> commit 6e49db0739c38a378c48c6c880f5b41c986ee1e9
> Author: Taehyub Kim <taehyub....@samsung.com>
> Date:   Thu Apr 26 19:27:43 2018 +0900
>
>     efl theme: remove the elm legacy name of efl ui theme
>     
>     Summary: remove the elm legacy name of efl ui theme
>     
>     Test Plan: run elementary_test and test efl ui widget cases
>     
>     Reviewers: Jaehyun_Cho, woohyun, cedric, raster, jpeg
>     
>     Reviewed By: Jaehyun_Cho
>     
>     Differential Revision: https://phab.enlightenment.org/D5934
> ---

This patch breaks the wayland build:

CC lib/elementary/lib_elementary_libelementary_la-els_tooltip.lo
lib/elementary/efl_ui_win.c: In function '_elm_win_wl_cursor_set':
lib/elementary/efl_ui_win.c:3147:11: error: expected ')' before 
'edje_object_part_geometry_get'
edje_object_part_geometry_get(sd->pointer.obj,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/elementary/efl_ui_win.c:3159:6: error: expected expression before '}' token
}
^
lib/elementary/efl_ui_win.c:3122:44: warning: unused variable 'hy' 
[-Wunused-variable]
Evas_Coord mw = 1, mh = 1, hx = 0, hy = 0;
^~
lib/elementary/efl_ui_win.c:3122:36: warning: unused variable 'hx' 
[-Wunused-variable]
Evas_Coord mw = 1, mh = 1, hx = 0, hy = 0;
^~
CC lib/elementary/lib_elementary_libelementary_la-elu_ews_wm.lo
make[4]: *** [Makefile:37132: 
lib/elementary/lib_elementary_libelementary_la-efl_ui_win.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:54645: all-recursive] Error 1
make[2]: *** [Makefile:18309: all] Error 2
make[1]: *** [Makefile:3012: all-recursive] Error 1
make: *** [Makefile:2099: all] Error 2

Full log: https://travis-ci.org/Enlightenment/efl/jobs/371500073


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to