that bug was fixed a while ago - please update :)

DM wrote:
Good time of day!

After today's cvs chkout, i receive strange error on compilation in apps/e/bin:

if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/e17/include -I../.. -I../../src/bin -I../../src/lib -I/opt/e17/include -I/opt/e17/include -I/opt/e17/include -I/opt/e17/include -I/opt/e17/include -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=FAST_PC -I/opt/e17/include -L/opt/e17/lib -MT e_int_menus.o -MD -MP -MF ".deps/e_int_menus.Tpo" -c -o e_int_menus.o e_int_menus.c; \
then mv -f ".deps/e_int_menus.Tpo" ".deps/e_int_menus.Po"; else rm -f ".deps/e_int_menus.Tpo"; exit 1; fi
e_int_menus.c: In function `e_int_menus_about_new':
e_int_menus.c:43: warning: passing arg 2 of `e_menu_item_icon_file_set' discards qualifiers from pointer target type
e_int_menus.c:52: warning: assignment makes pointer from integer without a cast
e_int_menus.c: At top level:
e_int_menus.c:91: error: conflicting types for 'e_int_menus_clients_new'
e_int_menus.c:52: error: previous implicit declaration of 'e_int_menus_clients_new' was here
make: *** [e_int_menus.o] Error 1


ideas?

BTW, dirty hack to make it compile again is to comment out this:

//   subm = e_int_menus_clients_new();
//   mi = e_menu_item_new(m);
//   e_menu_item_label_set(mi, "Clients");
//   e_menu_item_submenu_set(mi, subm);


Thank You, Dan




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to