Advertisement
Guest User

spectrum2-git compilation log

a guest
Apr 17th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. In file included from /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServerFactory.h:12:0,
  2. from /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServerFactory.cpp:7:
  3. /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServer.h: In static member function ‘static Swift::DummyConnectionServer::ref Swift::DummyConnectionServer::create(Swift::EventLoop*)’:
  4. /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServer.h:30:51: error: cannot allocate an object of abstract type ‘Swift::DummyConnectionServer’
  5. return ref(new DummyConnectionServer(eventLoop));
  6. ^
  7. In file included from /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServerFactory.h:12:0,
  8. from /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServerFactory.cpp:7:
  9. /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServer.h:20:8: note: because the following virtual functions are pure within ‘Swift::DummyConnectionServer’:
  10. class DummyConnectionServer : public ConnectionServer, public EventOwner, public boost::enable_shared_from_this<DummyConnectionServer> {
  11. ^
  12. In file included from /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServer.h:16:0,
  13. from /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServerFactory.h:12,
  14. from /home/shizeeg/workspace/aur/spectrum2-git/src/libtransport-build/include/Swiften/Network/DummyConnectionServerFactory.cpp:7:
  15. /usr/include/Swiften/Network/ConnectionServer.h:29:35: note: virtual boost::optional<Swift::ConnectionServer::Error> Swift::ConnectionServer::tryStart()
  16. virtual boost::optional<Error> tryStart() = 0; // FIXME: This should become the new start
  17. ^
  18. make[2]: *** [src/CMakeFiles/transport.dir/__/include/Swiften/Network/DummyConnectionServerFactory.cpp.o] Error 1
  19. make[1]: *** [src/CMakeFiles/transport.dir/all] Error 2
  20. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement