Advertisement
maany

reSIProcate build errors Ubuntu 15.10

Apr 4th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 6.83 KB | None | 0 0
  1. /usr/include/srtp/config.h:134:0: note: this is the location of the previous definition
  2.  #define PACKAGE_VERSION ""
  3.  ^
  4. Connection.cxx: In constructor ‘tr::Connection::Connection(const QDBusConnection&, const QString&, const QString&, const QVariantMap&)’:
  5. Connection.cxx:138:33: error: ‘setSelfContact’ was not declared in this scope
  6.     setSelfContact(_self, account);
  7.                                  ^
  8. Connection.cxx: In member function ‘void tr::Connection::onIncomingCall(const QString&, uint)’:
  9. Connection.cxx:224:76: error: no matching function for call to ‘tr::Connection::ensureChannel(QVariantMap&, bool&, bool, Tp::DBusError*)
  10.     Tp::BaseChannelPtr channel = ensureChannel(request, yours, false, &error);
  11.                                                                             ^
  12. In file included from /usr/include/telepathy-qt4/TelepathyQt/BaseConnection:8:0,
  13.                  from Connection.hxx:31,
  14.                  from MyConversationManager.hxx:32,
  15.                  from Connection.cxx:27:
  16. /usr/include/telepathy-qt4/TelepathyQt/base-connection.h:108:20: note: candidate: Tp::BaseChannelPtr Tp::BaseConnection::ensureChannel(const QString&, uint, uint, bool&, uint, bool, const QVariantMap&, Tp::DBusError*)
  17.      BaseChannelPtr ensureChannel(const QString &channelType, uint targetHandleType,
  18.                     ^
  19. /usr/include/telepathy-qt4/TelepathyQt/base-connection.h:108:20: note:   candidate expects 8 arguments, 4 provided
  20. In file included from /usr/include/telepathy-qt4/TelepathyQt/Callbacks:8:0,
  21.                  from /usr/include/telepathy-qt4/TelepathyQt/base-connection.h:34,
  22.                  from /usr/include/telepathy-qt4/TelepathyQt/BaseConnection:8,
  23.                  from Connection.hxx:31,
  24.                  from MyConversationManager.hxx:32,
  25.                  from Connection.cxx:27:
  26. /usr/include/telepathy-qt4/TelepathyQt/callbacks.h: In instantiation of ‘static Tp::FunctorCaller5<Functor, R, Arg1, Arg2, Arg3, Arg4, Arg5>::ResultType Tp::FunctorCaller5<Functor, R, Arg1, Arg2, Arg3, Arg4, Arg5>::invoke(Tp::AbstractFunctorCaller*, Arg1, Arg2, Arg3, Arg4, Arg5) [with Functor = Tp::MemberFunctor2<Tp::SharedPtr<Tp::BaseChannel>, tr::Connection, const QMap<QString, QVariant>&, Tp::DBusError*>; R = Tp::SharedPtr<Tp::BaseChannel>; Arg1 = const QString&; Arg2 = unsigned int; Arg3 = unsigned int; Arg4 = const QMap<QString, QVariant>&; Arg5 = Tp::DBusError*; Tp::FunctorCaller5<Functor, R, Arg1, Arg2, Arg3, Arg4, Arg5>::ResultType = Tp::SharedPtr<Tp::BaseChannel>]’:
  27. /usr/include/telepathy-qt4/TelepathyQt/callbacks.h:279:157:   required from ‘Tp::FunctorCaller5<Functor, R, Arg1, Arg2, Arg3, Arg4, Arg5>::FunctorCaller5(const Functor&) [with Functor = Tp::MemberFunctor2<Tp::SharedPtr<Tp::BaseChannel>, tr::Connection, const QMap<QString, QVariant>&, Tp::DBusError*>; R = Tp::SharedPtr<Tp::BaseChannel>; Arg1 = const QString&; Arg2 = unsigned int; Arg3 = unsigned int; Arg4 = const QMap<QString, QVariant>&; Arg5 = Tp::DBusError*]’
  28. /usr/include/telepathy-qt4/TelepathyQt/callbacks.h:297:124:   required from ‘Tp::Callback5<R, Arg1, Arg2, Arg3, Arg4, Arg5>::Callback5(const Functor&) [with Functor = Tp::MemberFunctor2<Tp::SharedPtr<Tp::BaseChannel>, tr::Connection, const QMap<QString, QVariant>&, Tp::DBusError*>; R = Tp::SharedPtr<Tp::BaseChannel>; Arg1 = const QString&; Arg2 = unsigned int; Arg3 = unsigned int; Arg4 = const QMap<QString, QVariant>&; Arg5 = Tp::DBusError*]’
  29. Connection.cxx:142:73:   required from here
  30. /usr/include/telepathy-qt4/TelepathyQt/callbacks.h:285:51: error: no match for call to ‘(Tp::MemberFunctor2<Tp::SharedPtr<Tp::BaseChannel>, tr::Connection, const QMap<QString, QVariant>&, Tp::DBusError*>) (const QString&, unsigned int&, unsigned int&, const QMap<QString, QVariant>&, Tp::DBusError*&)
  31.          return (typed->functor)(a1, a2, a3, a4, a5);
  32.                                                    ^
  33. In file included from /usr/include/telepathy-qt4/TelepathyQt/Functors:8:0,
  34.                  from /usr/include/telepathy-qt4/TelepathyQt/callbacks.h:30,
  35.                  from /usr/include/telepathy-qt4/TelepathyQt/Callbacks:8,
  36.                  from /usr/include/telepathy-qt4/TelepathyQt/base-connection.h:34,
  37.                  from /usr/include/telepathy-qt4/TelepathyQt/BaseConnection:8,
  38.                  from Connection.hxx:31,
  39.                  from MyConversationManager.hxx:32,
  40.                  from Connection.cxx:27:
  41. /usr/include/telepathy-qt4/TelepathyQt/functors.h:114:16: note: candidate: Tp::MemberFunctor2<R, T, Arg1, Arg2>::ResultType Tp::MemberFunctor2<R, T, Arg1, Arg2>::operator()(Arg1, Arg2) const [with R = Tp::SharedPtr<Tp::BaseChannel>; T = tr::Connection; Arg1 = const QMap<QString, QVariant>&; Arg2 = Tp::DBusError*; Tp::MemberFunctor2<R, T, Arg1, Arg2>::ResultType = Tp::SharedPtr<Tp::BaseChannel>]
  42.      ResultType operator()(Arg1 a1, Arg2 a2) const { return (object->*(fn))(a1, a2); }
  43.                 ^
  44. /usr/include/telepathy-qt4/TelepathyQt/functors.h:114:16: note:   candidate expects 2 arguments, 5 provided
  45. In file included from ../../rutil/Log.hxx:4:0,
  46.                  from Connection.cxx:18:
  47. ../../rutil/Data.hxx: At global scope:
  48. ../../rutil/Data.hxx:1013:13: warning: ‘resip::invokeDataInit’ defined but not used [-Wunused-variable]
  49.  static bool invokeDataInit = Data::init(DataLocalSize<RESIP_DATA_LOCAL_SIZE>(0));
  50.              ^
  51. In file included from ../../resip/stack/Helper.hxx:14:0,
  52.                  from ../../resip/dum/ServerSubscription.hxx:4,
  53.                  from ../../resip/dum/DialogUsageManager.hxx:18,
  54.                  from ../../resip/dum/InviteSession.hxx:7,
  55.                  from ../../resip/dum/InviteSessionHandler.hxx:4,
  56.                  from ../../resip/recon/ConversationManager.hxx:9,
  57.                  from ../../resip/recon/UserAgent.hxx:6,
  58.                  from Connection.cxx:23:
  59. ../../resip/stack/SdpContents.hxx:1053:13: warning: ‘resip::invokeSdpContentsInit’ defined but not used [-Wunused-variable]
  60.  static bool invokeSdpContentsInit = SdpContents::init();
  61.              ^
  62. Makefile:575: recipe for target 'Connection.o' failed
  63. make[5]: *** [Connection.o] Error 1
  64. make[5]: Leaving directory '/home/devmaany/Debian/resiprocate/apps/telepathy'
  65. Makefile:628: recipe for target 'all-recursive' failed
  66. make[4]: *** [all-recursive] Error 1
  67. make[4]: Leaving directory '/home/devmaany/Debian/resiprocate/apps/telepathy'
  68. Makefile:460: recipe for target 'all' failed
  69. make[3]: *** [all] Error 2
  70. make[3]: Leaving directory '/home/devmaany/Debian/resiprocate/apps/telepathy'
  71. Makefile:376: recipe for target 'all-recursive' failed
  72. make[2]: *** [all-recursive] Error 1
  73. make[2]: Leaving directory '/home/devmaany/Debian/resiprocate/apps'
  74. Makefile:444: recipe for target 'all-recursive' failed
  75. make[1]: *** [all-recursive] Error 1
  76. make[1]: Leaving directory '/home/devmaany/Debian/resiprocate'
  77. Makefile:374: recipe for target 'all' failed
  78. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement