Because of these additions, build of apps like terminology are broken.

In file included from options_colors.c:1:0:
/usr/include/elementary-1/Elementary.h:86:23: fatal error: eio_model.h: No
such file or directory
compilation terminated.
Makefile:869: recipe for target 'terminology-options_colors.o' failed
make[3]: *** [terminology-options_colors.o] Error 1


On Mon, Jun 6, 2016 at 5:58 AM, Hermet Park <[email protected]> wrote:

> did you really intend eio model header here?
>
> -----Original Message-----
> From: "Vitor Sousa"<[email protected]>
> To: <[email protected]>;
> Cc:
> Sent: 2016-06-06 (월) 16:30:43
> Subject: [EGIT] [core/efl] master 01/01: elm: Add support for Efl.Model in
> Elm.Fileselector
>
> vitorsousa pushed a commit to branch master.
>
>
> http://git.enlightenment.org/core/efl.git/commit/?id=77a2e9744dbb0ac0881cd78d44798ddf6448f662
>
> commit 77a2e9744dbb0ac0881cd78d44798ddf6448f662
> Author: Vitor Sousa <[email protected]>
> Date:   Mon Jun 6 04:16:57 2016 -0300
>
>     elm: Add support for Efl.Model in Elm.Fileselector
>
>     Elm.Interface.Fileselector now supports Efl.Model objects, allowing
> users
>     to work with paths from different data models.
>
>     Example of model attribution:
>
>     ELm_Fileselector *fs = eo_add(EFL_FILESELECTOR_CLASS, NULL);
>     Efl_Model *model = ...;
>     elm_interface_fileselector_model_set(fs, model, NULL);
> ---
>  src/lib/elementary/Elementary.h.in                     1 +
>  src/lib/elementary/elc_fileselector.c               1330
> ++++++++++++++------
>  src/lib/elementary/elc_fileselector_button.c         168 ++-
>  src/lib/elementary/elc_fileselector_common.h           4 +
>  src/lib/elementary/elc_fileselector_entry.c          152 ++-
>  src/lib/elementary/elm_fileselector.eo                 9 +-
>  src/lib/elementary/elm_fileselector_button.eo          7 +-
>  src/lib/elementary/elm_fileselector_entry.eo           5 +-
>  src/lib/elementary/elm_interface_fileselector.eo      35 +-
>  src/lib/elementary/elm_widget_fileselector.h          45 +-
>  .../elementary/elm_widget_fileselector_button.h        3 +-
>  11 files changed, 1240 insertions(+), 519 deletions(-)
>
> diff --git a/src/lib/elementary/Elementary.h.in b/src/lib/elementary/
> Elementary.h.in
> index 1afc39d..b4f4d44 100644
> --- a/src/lib/elementary/Elementary.h.in
> +++ b/src/lib/elementary/Elementary.h.in
> @@ -83,6 +83,7 @@
>  #include <Efreet_Mime.h>
>  #include <Efreet_Trash.h>
>  #include <Ethumb_Client.h>
> +#include <eio_model.h>
>
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to