While compiling entrance_edit_gui I get the following error:

 gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I/opt/e17/include
-I../../src/smarts -I../../src/widgets -I/opt/e17/include
-I/opt/e17/include -I/opt/e17/include -I/opt/e17/include
-I/opt/e17/include -I/opt/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  -fPIC -DPIC
-o .libs/libentrance_widgets_la-ew_notice.o
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. -I../../src -I/opt/e17/include
-I../../src/smarts -I../../src/widgets -I/opt/e17/include
-I/opt/e17/include -I/opt/e17/include -I/opt/e17/include
-I/opt/e17/include -I/opt/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
make[3]: Leaving directory
`/home/q/e17_cvs/e17/proto/entrance_edit_gui/src/widgets'
make[2]: *** [all-recursive] Error 1

Presumably this is because the code is being worked on and bugs are
being worked out (a function gets updated, some calls don't etc etc).
When problems such as these are encountered, should they be reported,
or should we just assume they will be straightened out in due course?

Further, is there a description of the applications somewhere, so that
decisions can be made as to whether it is "safe" to skip compilation
of a particular bit of code that is momentarily causing problems?

Thanks,
--kaburke

-------------------------------------------------------------------------
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