On Sat, 29 Jun 2013 20:43:02 +0100 rob <r...@rektau.ukfsn.org> said:

if you get elm from git.. you need efl from git. you don't have efl from git. :)

> elm_win.c: In function '_elm_win_profile_update':
> elm_win.c:960:4: warning: implicit declaration of function 
> 'ecore_evas_sub_ecore_evas_list_get' [-Wimplicit-function-declaration]
>      sub = ecore_evas_sub_ecore_evas_list_get(sd->ee);
>      ^
> elm_win.c:960:8: warning: assignment makes pointer from integer without 
> a cast [enabled by default]
>      sub = ecore_evas_sub_ecore_evas_list_get(sd->ee);
>          ^
> elm_win.c:962:6: warning: implicit declaration of function 
> 'ecore_evas_window_profile_set' [-Wimplicit-function-declaration]
>        ecore_evas_window_profile_set(ee2, sd->profile.name);
>        ^
> elm_win.c: In function '_elm_win_state_change':
> elm_win.c:1011:4: warning: implicit declaration of function 
> 'ecore_evas_window_profile_get' [-Wimplicit-function-declaration]
>      profile = ecore_evas_window_profile_get(sd->ee);
>      ^
> elm_win.c:1011:12: warning: assignment makes pointer from integer 
> without a cast [enabled by default]
>      profile = ecore_evas_window_profile_get(sd->ee);
>              ^
> elm_win.c: In function '_elm_win_client_message':
> elm_win.c:2022:23: error: 'ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_UP' 
> undeclared (first use in this function)
>                         ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_UP)
>                         ^
> elm_win.c:2022:23: note: each undeclared identifier is reported only 
> once for each function it appears in
> elm_win.c:2028:23: error: 'ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_DOWN' 
> undeclared (first use in this function)
>                         ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_DOWN)
>                         ^
> elm_win.c: In function '_available_profiles_set':
> elm_win.c:3820:4: warning: implicit declaration of function 
> 'ecore_evas_window_profile_supported_get' [-Wimplicit-function-declaration]
>      if (ecore_evas_window_profile_supported_get(sd->ee))
>      ^
> elm_win.c:3822:9: warning: implicit declaration of function 
> 'ecore_evas_window_available_profiles_set' [-Wimplicit-function-declaration]
>           ecore_evas_window_available_profiles_set(sd->ee,
>           ^
> elm_win.c: In function '_available_profiles_get':
> elm_win.c:3864:9: warning: implicit declaration of function 
> 'ecore_evas_window_available_profiles_get' [-Wimplicit-function-declaration]
>           res = ecore_evas_window_available_profiles_get(sd->ee,
>           ^
> make[3]: *** [libelementary_la-elm_win.lo] Error 1
> make[3]: Leaving directory `/home/rob/E-git/elementary/src/lib'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/rob/E-git/elementary/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/rob/E-git/elementary'
> make: *** [all] Error 2
> 
> thanks
> 
> rob
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
> 
> Build for Windows Store.
> 
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to