Hi
It seems trying to compile ephoto now, I get this error
even after commit 1af4dd13b3910f0ab14bbab09ea3cd9b0b9ab3e (doesn't seem to fix it)
make[3]: Entering directory '/srcbuild/ephoto/src/bin' CC ephoto-ephoto.o CC ephoto-ephoto_bcg.o CC ephoto-ephoto_color.o CC ephoto-ephoto_config.o CC ephoto-ephoto_cropper.o CC ephoto-ephoto_directory_browser.o CC ephoto-ephoto_file.o CC ephoto-ephoto_editor.o CC ephoto-ephoto_filters.o CC ephoto-ephoto_hsv.o CC ephoto-ephoto_ipc.o CC ephoto-ephoto_main.o CC ephoto-ephoto_red_eye.o CC ephoto-ephoto_scale.o CC ephoto-ephoto_single_browser.o CC ephoto-ephoto_slideshow.o CC ephoto-ephoto_thumb.o CC ephoto-ephoto_thumb_browser.o CC ephoto_thumbnail-ephoto_thumbnailer.o CC ephoto_thumbnail-ephoto_ipc.o CC ephoto_thumbnail-ephoto_thumb.o In file included from ephoto_thumb_browser.c:2:0: /opt/include/elementary-1/elm_interface_scrollable.h:241:4: error: unknown type name ‘Efl_Ui_Focus_Manager’ Efl_Ui_Focus_Manager *manager; ^~~~~~~~~~~~~~~~~~~~ Makefile:804: recipe for target 'ephoto-ephoto_thumb_browser.o' failed make[3]: *** [ephoto-ephoto_thumb_browser.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/srcbuild/ephoto/src/bin' Makefile:380: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/srcbuild/ephoto/src/bin' Makefile:352: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/srcbuild/ephoto/src' Makefile:480: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 PackageCompileSource finished in 2 seconds
It does appear that there was a recent change in efl's headers involving Efl_Ui_Focus_Manager
Thanks