pass --disable-elementary and it should build okay...wfm

On Thu, Jul 19, 2012 at 2:45 PM, Andrea Suisani <sick...@opinioni.net>wrote:

> Hi all,
>
> this one seems to make e build fails
> with this message:
>
> e_win.c:146:1: error: unknown type name ‘Elm_Win_Trap’
> e_win.c:147:3: error: ‘ELM_WIN_TRAP_VERSION’ undeclared here (not in a
> function)
> e_win.c:148:3: warning: excess elements in scalar initializer [enabled by
> default]
> e_win.c:148:3: warning: (near initialization for ‘_elm_win_trap’) [enabled
> by default]
> e_win.c:149:3: warning: excess elements in scalar initializer [enabled by
> default]
> e_win.c:149:3: warning: (near initialization for ‘_elm_win_trap’) [enabled
> by default]
> e_win.c:150:3: warning: excess elements in scalar initializer [enabled by
> default]
> ...
> ...
>
> e_win.c:181:19: warning: excess elements in scalar initializer [enabled by
> default]
> e_win.c:181:19: warning: (near initialization for ‘_elm_win_trap’)
> [enabled by default]
> e_win.c:182:20: warning: excess elements in scalar initializer [enabled by
> default]
> e_win.c:182:20: warning: (near initialization for ‘_elm_win_trap’)
> [enabled by default]
> e_win.c:184:3: warning: excess elements in scalar initializer [enabled by
> default]
> e_win.c:184:3: warning: (near initialization for ‘_elm_win_trap’) [enabled
> by default]
> e_win.c: In function ‘e_win_init’:
> e_win.c:192:4: warning: implicit declaration of function
> ‘elm_win_trap_set’ [-Wimplicit-function-**declaration]
> make[4]: *** [enlightenment-e_win.o] Error 1
> make[4]: *** Waiting for unfinished jobs....
> make[4]: Leaving directory `/home/tempu/src/e17_src/e/**src/bin'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/tempu/src/e17_src/e/**src/bin'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/tempu/src/e17_src/e/**src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/tempu/src/e17_src/e'
> make: *** [all] Error 2
>
>
> attached the full build log
> (i'm using easy_e17 to perform the build process)
>
> Andrea
>
>
>
> On 07/19/2012 06:35 AM, Enlightenment SVN wrote:
>
>> Log:
>> elm_win: support trapping ecore_evas calls (aka: e17 support)
>>
>>    Allows setting a trap in elm_win that intercepts calls to
>>    ecore_evas. If there is a trap and the trap returns EINA_FALSE, then
>>    the corresponding call is NOT issued. If it does not exist or returns
>>    EINA_TRUE, then the call is executed.
>>
>>    Enlightenment window manager will set these traps and will call
>>    e_border directly, allowing E17 to use Elementary! A major feature
>>    given e_widgets painful usage.
>>
>>    This should also help integrating into Wayland or even debug.
>>
>>
>>
>>
>>
>> Author:       barbieri
>> Date:         2012-07-18 21:35:50 -0700 (Wed, 18 Jul 2012)
>> New Revision: 74156
>> Trac:         
>> http://trac.enlightenment.org/**e/changeset/74156<http://trac.enlightenment.org/e/changeset/74156>
>>
>> Modified:
>>    trunk/elementary/src/lib/elm_**win.c trunk/elementary/src/lib/elm_**
>> win.h
>>
>> Modified: trunk/elementary/src/lib/elm_**win.c
>>
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to