Advertisement
Guest User

Untitled

a guest
Jan 11th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. /usr/include/elementary-0/Elementary.h:1734: note: expected ‘Elm_Genlist_Item_Flags’ but argument is of type ‘void (*)(void *, struct Evas_Object *, void *)’
  2. view_list2.c:380: warning: passing argument 7 of ‘elm_genlist_item_insert_after’ from incompatible pointer type
  3. /usr/include/elementary-0/Elementary.h:1734: note: expected ‘Evas_Smart_Cb’ but argument is of type ‘struct Item_Data *’
  4. view_list2.c:380: error: too few arguments to function ‘elm_genlist_item_insert_after’
  5. view_list2.c: In function ‘enna_list2_item_insert_before’:
  6. view_list2.c:407: error: incompatible type for argument 6 of ‘elm_genlist_item_insert_before’
  7. /usr/include/elementary-0/Elementary.h:1733: note: expected ‘Elm_Genlist_Item_Flags’ but argument is of type ‘void (*)(void *, struct Evas_Object *, void *)’
  8. view_list2.c:407: warning: passing argument 7 of ‘elm_genlist_item_insert_before’ from incompatible pointer type
  9. /usr/include/elementary-0/Elementary.h:1733: note: expected ‘Evas_Smart_Cb’ but argument is of type ‘struct Item_Data *’
  10. view_list2.c:407: error: too few arguments to function ‘elm_genlist_item_insert_before’
  11. make[4]: *** [view_list2.o] Error 1
  12. make[4]: Leaving directory `/home/jeff/Downloads/enna-0.4.1/src/bin'
  13. make[3]: *** [all-recursive] Error 1
  14. make[3]: Leaving directory `/home/jeff/Downloads/enna-0.4.1/src'
  15. make[2]: *** [all-recursive] Error 1
  16. make[2]: Leaving directory `/home/jeff/Downloads/enna-0.4.1'
  17. make[1]: *** [all] Error 2
  18. make[1]: Leaving directory `/home/jeff/Downloads/enna-0.4.1'
  19. dh_auto_build: make -j1 returned exit code 2
  20. make: *** [build] Error 2
  21. dpkg-buildpackage: error: debian/rules build gave error exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement