Advertisement
puneet

Untitled

Aug 5th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. /home/puneet/telepathy-qt/tests/lib/glib/util.c: In function ‘one_contact_cb’:
  2. /home/puneet/telepathy-qt/tests/lib/glib/util.c:443:3: error: implicit declaration of function ‘tp_connection_dup_contact_by_id_finish’ [-Werror=implicit-function-declaration]
  3. /home/puneet/telepathy-qt/tests/lib/glib/util.c:443:3: error: nested extern declaration of ‘tp_connection_dup_contact_by_id_finish’ [-Werror=nested-externs]
  4. /home/puneet/telepathy-qt/tests/lib/glib/util.c:443:16: error: assignment makes pointer from integer without a cast [-Werror]
  5. /home/puneet/telepathy-qt/tests/lib/glib/util.c: In function ‘tp_tests_connection_run_until_contact_by_id’:
  6. /home/puneet/telepathy-qt/tests/lib/glib/util.c:458:3: error: implicit declaration of function ‘tp_connection_dup_contact_by_id_async’ [-Werror=implicit-function-declaration]
  7. /home/puneet/telepathy-qt/tests/lib/glib/util.c:458:3: error: nested extern declaration of ‘tp_connection_dup_contact_by_id_async’ [-Werror=nested-externs]
  8. cc1: all warnings being treated as errors
  9. make[2]: *** [tests/lib/glib/CMakeFiles/tp-glib-tests.dir/util.c.o] Error 1
  10. make[1]: *** [tests/lib/glib/CMakeFiles/tp-glib-tests.dir/all] Error 2
  11. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement