Pomarede Nicolas a écrit :
> On Thu, 5 Apr 2007, Thomas Hühn wrote:
> 
>> Hi
>>
>> Is easy_e17.sh still a good and the recommended way to get E17 if I just
>> want to try E17 without trying to find out about all of the dependencies
>> myself and compile everything manually?
>>
>> If so, how can I make it work? :-)
>>
>> "too many arguments to function" sounds like a pretty basic problem, but
>> it hasn't been fixed over the last few days.
>>
>> So does really noone else get this error? Do you use other library
>> versions than the one from CVS that easy_e17.sh uses?
>>
>> ew_dialog.c: In function 'ew_dialog_show':
>> ew_dialog.c:54: error: too many arguments to function
>> 'etk_dialog_pack_in_main_area'
>> ew_dialog.c: In function '_ew_dialog_add_bottom':
>> ew_dialog.c:126: error: too many arguments to function
>> 'etk_dialog_pack_widget_in_action_area'
>> make[3]: *** [libentrance_widgets_la-ew_dialog.lo] Error 1
>> make[3]: *** Waiting for unfinished jobs....
>> gcc -DHAVE_CONFIG_H -I. -I../../src -I/home/huehnts/e17/include
>> -I../../src/smarts -I../../src/widgets -I/home/huehnts/e17/include
>> -I/home/huehnts/e17/include -I/home/huehnts/e17/include
>> -I/home/huehnts/e17/include -I/home/huehnts/e17/include
>> -I/home/huehnts/e17/include/etk -g -O2 -MT
>> libentrance_widgets_la-ew_notice.lo -MD -MP -MF
>> .deps/libentrance_widgets_la-ew_notice.Tpo -c ew_notice.c -o
>> libentrance_widgets_la-ew_notice.o >/dev/null 2>&1
>> mv -f .deps/libentrance_widgets_la-ew_notice.Tpo
>> .deps/libentrance_widgets_la-ew_notice.Plo
>> make[3]: Leaving directory
>> `/home/huehnts/e17/cvs/e17/proto/entrance_edit_gui/src/widgets'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory
>> `/home/huehnts/e17/cvs/e17/proto/entrance_edit_gui/src'
>> make[1]: *** [all] Error 2
>> make[1]: Leaving directory
>> `/home/huehnts/e17/cvs/e17/proto/entrance_edit_gui/src'
>> make: *** [all-recursive] Error 1
>>
>> Thomas
>>
> 
> The problem is that among all the things compiled by easy_e17, some
> packages are currently broken.
> 
> To skip them, you can try to do :
> 
> touch /tmp/easy_e17/entrance_edit_gui.noerror
> 
> Then run easy_e17.sh again, and entrance_edit_gui will be skipped. You
> will need to do this for 5-6 packages approx.
> 
> Bye


Or else, you might wanna discover the magic "-e" arg :
#easy_e17.sh -i -e --clean --clean

is my "default" way to build e.


if things go wrong (like not rebuilding things you wanted),
# rm -r /tmp/easy_e17/ helps



-------------------------------------------------------------------------
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to