WRONG

if your checkout is up to date the "module" dir is empty.

A

Carsten Haitzler (The Rasterman) wrote:
> On Sun, 26 Nov 2006 13:32:41 +0000 Andrew Williams <[EMAIL PROTECTED]>
> babbled:
>
>   
>> No - the engage application in misc/engage works in e17
>> fine
>>     
>
> sorry to say this - wrong. it does not build. it can't. gadman was removed -
> the BUILD for engage in misc requires gadman. it tries to build the module/
> there is no configure option to disable it. :)
>
> [ 11:26PM ~/C/e/misc/engage ] make
> make  all-recursive
> make[1]: Entering directory `/home/raster/C/e/misc/engage'
> Making all in src
> make[2]: Entering directory `/home/raster/C/e/misc/engage/src'
> Making all in module
> make[3]: Entering directory `/home/raster/C/e/misc/engage/src/module'
> if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> -I../.. -I. -I../.. -I/usr/local/include -I/usr/local/include/enlightenment
> -DUSE_E_CONFIG_H -I/usr/local/include -I/usr/local/include 
> -I/usr/local/include
> -I/usr/local/include -I/usr/local/include -I/usr/local/include
> -I/usr/local/include    -Wall -g -O2 -MT e_mod_main.lo -MD -MP -MF
> ".deps/e_mod_main.Tpo" -c -o e_mod_main.lo e_mod_main.c; \ then mv -f
> ".deps/e_mod_main.Tpo" ".deps/e_mod_main.Plo"; else rm -f
> ".deps/e_mod_main.Tpo"; exit 1; fi
>
> ...
>
> In file included from e_mod_config.c:2:
> e_mod_main.h:88: error: expected specifier-qualifier-list before
> 'E_Gadman_Client' e_mod_config.c: In function '_engage_module_config':
> e_mod_config.c:32: error: 'Engage_Bar' has no member named 'cfd'
> e_mod_config.c:48: warning: passing argument 5 of 'e_config_dialog_new' from
> incompatible pointer type e_mod_config.c:48: warning: passing argument 6 of
> 'e_config_dialog_new' makes integer from pointer without a cast
> e_mod_config.c:48: error: too few arguments to function 'e_config_dialog_new'
> e_mod_config.c:49: error: 'Engage_Bar' has no member named 'cfd'
> e_mod_config.c: In function '_fill_data':
>
> ...
>
> e_mod_main.c:2424: error: 'E_GADMAN_CHANGE_RAISE' undeclared (first use in 
> this
> function) e_mod_main.c:2425: error: 'E_GADMAN_CHANGE_ZONE' undeclared (first
> use in this function) e_mod_main.c: In function '_engage_bar_cb_menu_enabled':
> e_mod_main.c:2441: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2445: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c: In function '_engage_bar_cb_menu_edit':
> e_mod_main.c:2457: warning: implicit declaration of function 
> 'e_gadman_mode_set'
> e_mod_main.c:2457: error: 'Engage_Bar' has no member named 'gmc'
> e_mod_main.c:2457: error: 'E_GADMAN_MODE_EDIT' undeclared (first use in this
> function) e_mod_main.c: In function '_engage_bar_cb_menu_zoom':
> e_mod_main.c:2477: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c: In function '_engage_bar_cb_menu_zoom_stretch':
> e_mod_main.c:2487: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c: In function '_engage_bar_cb_menu_tray':
> e_mod_main.c:2498: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c: In function '_engage_bar_cb_menu_edit_icon':
> e_mod_main.c:2511: error: 'Engage_Bar' has no member named 'selected_ic'
> e_mod_main.c: In function '_engage_bar_cb_menu_keep_icon':
> e_mod_main.c:2521: error: 'Engage_Bar' has no member named 'selected_ic'
> e_mod_main.c: In function '_engage_bar_cb_menu_remove_icon':
> e_mod_main.c:2532: error: 'Engage_Bar' has no member named 'selected_ic'
> e_mod_main.c: In function '_engage_bar_cb_menu_context_change':
> e_mod_main.c:2546: warning: assignment discards qualifiers from pointer target
> type e_mod_main.c: In function '_engage_zoom_function':
> e_mod_main.c:2635: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2651: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2653: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2660: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2663: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2665: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2666: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2672: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2674: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c:2675: error: 'Engage_Bar' has no member named 'conf'
> e_mod_main.c: In function '_engage_border_ignore':
> e_mod_main.c:2696: warning: value computed is not used
> make[3]: *** [e_mod_main.lo] Error 1
> make[3]: Leaving directory `/home/raster/C/e/misc/engage/src/module'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/raster/C/e/misc/engage/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/raster/C/e/misc/engage'
> make: *** [all] Error 2
> [ 11:26PM ~/C/e/misc/engage ] 
>
>   
>> A
>>
>> On 26 Nov 2006, at 12:11, [EMAIL PROTECTED] wrote:
>>
>>     
>>> Carsten Haitzler (The Rasterman) schrieb:
>>>       
>>>> On Sat, 25 Nov 2006 23:15:49 +0000 Andrew Williams  
>>>> <[EMAIL PROTECTED]>
>>>> babbled:
>>>>
>>>>
>>>>         
>>>>> People keep making this up - engage works FINE in e17.
>>>>>
>>>>> so much for Linux being FUD free :(
>>>>>
>>>>>           
>>>> tried building e_modules/engage
>>>> ? :) also try building e/misc/engage
>>>>
>>>> it is entirely broken. it relies on gadman. gadman was removed  
>>>> from e17.
>>>>
>>>>         
>>> So, to make this clear at last ... ;-)
>>>
>>> it is true that one has to use external apps like
>>> trayer, fbpanel or pypanel to achieve systray support within e17?
>>>
>>>
>>>
>>> ---------------------------------------------------------------------- 
>>> ---
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>>> share your
>>> opinions on IT & business topics through brief surveys - and earn cash
>>> http://www.techsay.com/default.php? 
>>> page=join.php&p=sourceforge&CID=DEVDEV
>>> _______________________________________________
>>> enlightenment-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>>>
>>>       
>
>
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to