Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. cc1: warnings being treated as errors
  2. channel-dispatch-operation.c: In function 'maybe_set_connection':
  3. channel-dispatch-operation.c:258:7: error: implicit declaration of function 'tp_proxy_get_factort'
  4. channel-dispatch-operation.c:258:7: error: nested extern declaration of 'tp_proxy_get_factort'
  5. channel-dispatch-operation.c:258:7: error: passing argument 1 of 'tp_simple_client_factory_dup_connection' makes pointer from integer without a cast
  6. ../telepathy-glib/simple-client-factory.h:116:15: note: expected 'struct TpSimpleClientFactory *' but argument is of type 'int'
  7. make[3]: *** [channel-dispatch-operation.lo] Error 1
  8. make[3]: *** Waiting for unfinished jobs....
  9. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tp-glib\" -Werror -Wno-error=missing-field-initializers -Wno-error=unused-parameter -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I.. -g -O2 -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c channel.c -o channel.o >/dev/null 2>&1
  10. mv -f .deps/channel.Tpo .deps/channel.Plo
  11. make[3]: Leaving directory `/home/jeremy/telepathy-glib/telepathy-glib'
  12. make[2]: *** [all] Error 2
  13. rm _gen/tp-spec-media-session-handler.xml _gen/tp-spec-protocol.xml _gen/tp-spec-account-manager.xml _gen/tp-spec-dbus-daemon.xml _gen/tp-spec-debug.xml _gen/tp-spec-channel-request.xml _gen/tp-spec-media-stream-handler.xml _gen/tp-spec-client.xml _gen/tp-spec-tls-cert.xml _gen/tp-spec-account.xml _gen/tp-spec-generic.xml _gen/tp-spec-channel.xml _gen/tp-spec-connection.xml _gen/tp-spec-connection-manager.xml _gen/tp-spec-channel-dispatch-operation.xml _gen/tp-spec-channel-dispatcher.xml
  14. make[2]: Leaving directory `/home/jeremy/telepathy-glib/telepathy-glib'
  15. make[1]: *** [all-recursive] Error 1
  16. make[1]: Leaving directory `/home/jeremy/telepathy-glib'
  17. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement