Advertisement
puneet

kwhiteboard error

Mar 31st, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.81 KB | None | 0 0
  1.  make
  2. Scanning dependencies of target kwhiteboard_automoc
  3. Generating TubesManager.moc
  4. Generating OutgoingTube.moc
  5. Generating kwhiteboardwidget.moc
  6. Generating TelepathyChannelManager.moc
  7. Generating kwhiteboard.moc
  8. Generating IncomingTube.moc
  9. Generating TubeLauncher.moc
  10. [  0%] Built target kwhiteboard_automoc
  11. Scanning dependencies of target kwhiteboard
  12. [ 10%] Building CXX object src/CMakeFiles/kwhiteboard.dir/kwhiteboard_automoc.o
  13. [ 20%] Building CXX object src/CMakeFiles/kwhiteboard.dir/main.o
  14. [ 30%] Building CXX object src/CMakeFiles/kwhiteboard.dir/kwhiteboard.o
  15. [ 40%] Building CXX object src/CMakeFiles/kwhiteboard.dir/kwhiteboardwidget.o
  16. [ 50%] Building CXX object src/CMakeFiles/kwhiteboard.dir/TelepathyChannelManager.o
  17. In file included from /home/puneet/puneet/kwhiteboard/kwhiteboard/src/TelepathyChannelManager.cpp:3:
  18. /usr/include/telepathy-qt4/TelepathyQt/abstract-client.h:297: warning: ‘virtual void Tp::AbstractClientHandler::handleChannels(const Tp::MethodInvocationContextPtr<Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil>&, const Tp::AccountPtr&, const Tp::ConnectionPtr&, const QList<Tp::SharedPtr<Tp::Channel> >&, const QList<Tp::SharedPtr<Tp::ChannelRequest> >&, const QDateTime&, const Tp::AbstractClientHandler::HandlerInfo&)’ was hidden
  19. /home/puneet/puneet/kwhiteboard/kwhiteboard/src/TubesManager.h:23: warning:   by ‘virtual void TubesManager::handleChannels(const Tp::MethodInvocationContextPtr<Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil>&, const Tp::AccountPtr&, const Tp::ConnectionPtr&, const QList<Tp::SharedPtr<Tp::Channel> >&, const QList<Tp::SharedPtr<Tp::ChannelRequest> >&, const QDateTime&, const QVariantMap&)
  20. /home/puneet/puneet/kwhiteboard/kwhiteboard/src/TelepathyChannelManager.cpp:5: error: default argument given for parameter 1 of ‘TelepathyChannelManager::TelepathyChannelManager(QObject*)
  21. /home/puneet/puneet/kwhiteboard/kwhiteboard/src/TelepathyChannelManager.h:18: error: after previous specification in ‘TelepathyChannelManager::TelepathyChannelManager(QObject*)
  22. /home/puneet/puneet/kwhiteboard/kwhiteboard/src/TelepathyChannelManager.cpp: In constructor ‘TelepathyChannelManager::TelepathyChannelManager(QObject*)’:
  23. /home/puneet/puneet/kwhiteboard/kwhiteboard/src/TelepathyChannelManager.cpp:8: error: cannot allocate an object of abstract type ‘TubesManager’
  24. /home/puneet/puneet/kwhiteboard/kwhiteboard/src/TubesManager.h:15: note:   because the following virtual functions are pure within ‘TubesManager’:
  25. /usr/include/telepathy-qt4/TelepathyQt/abstract-client.h:297: note:     virtual void Tp::AbstractClientHandler::handleChannels(const Tp::MethodInvocationContextPtr<Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil, Tp::MethodInvocationContextTypes::Nil>&, const Tp::AccountPtr&, const Tp::ConnectionPtr&, const QList<Tp::SharedPtr<Tp::Channel> >&, const QList<Tp::SharedPtr<Tp::ChannelRequest> >&, const QDateTime&, const Tp::AbstractClientHandler::HandlerInfo&)
  26. make[2]: *** [src/CMakeFiles/kwhiteboard.dir/TelepathyChannelManager.o] Error 1
  27. make[1]: *** [src/CMakeFiles/kwhiteboard.dir/all] Error 2
  28. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement