Advertisement
0x255

adchpp build log (debug)

Jun 2nd, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. 0x255@SonicTorment:~/dev/adchpp$ scons
  2. scons: Reading SConscript files ...
  3. Checking for C header file poll.h... (cached) yes
  4. Checking for C header file sys/epoll.h... (cached) yes
  5. Checking for C header file ruby.h... (cached) no
  6. Checking for dlopen() in C library dl... (cached) yes
  7. Checking for pthread_create() in C library pthread... (cached) yes
  8. Checking for SSL_connect() in C library ssl... (cached) yes
  9. Ruby not found, skipping ruby module
  10. Python.h not found, not building python extension
  11. No Linux support for PHP extensions yet
  12. scons: done reading SConscript files.
  13. scons: Building targets ...
  14. Compiling build/debug-default/adchpp/SocketManager.os (shared)
  15. In file included from boost/boost/asio/ssl/context_service.hpp:25:0,
  16. from boost/boost/asio/ssl/context.hpp:21,
  17. from boost/boost/asio/ssl.hpp:19,
  18. from adchpp/SocketManager.cpp:30:
  19. boost/boost/asio/ssl/detail/openssl_context_service.hpp: In member function ‘void boost::asio::ssl::detail::openssl_context_service::create(SSL_CTX*&, boost::asio::ssl::context_base::method)’:
  20. boost/boost/asio/ssl/detail/openssl_context_service.hpp:70:28: error: ‘::SSLv2_method’ has not been declared
  21. boost/boost/asio/ssl/detail/openssl_context_service.hpp:73:28: error: ‘::SSLv2_client_method’ has not been declared
  22. boost/boost/asio/ssl/detail/openssl_context_service.hpp:76:28: error: ‘::SSLv2_server_method’ has not been declared
  23. boost/boost/system/error_code.hpp: At global scope:
  24. boost/boost/system/error_code.hpp:214:36: warning: ‘boost::system::posix_category’ defined but not used [-Wunused-variable]
  25. boost/boost/system/error_code.hpp:215:36: warning: ‘boost::system::errno_ecat’ defined but not used [-Wunused-variable]
  26. boost/boost/system/error_code.hpp:216:36: warning: ‘boost::system::native_ecat’ defined but not used [-Wunused-variable]
  27. boost/boost/asio/error.hpp:253:45: warning: ‘boost::asio::error::netdb_category’ defined but not used [-Wunused-variable]
  28. boost/boost/asio/error.hpp:255:45: warning: ‘boost::asio::error::addrinfo_category’ defined but not used [-Wunused-variable]
  29. boost/boost/asio/error.hpp:257:45: warning: ‘boost::asio::error::misc_category’ defined but not used [-Wunused-variable]
  30. boost/boost/asio/error.hpp:259:45: warning: ‘boost::asio::error::ssl_category’ defined but not used [-Wunused-variable]
  31. scons: *** [build/debug-default/adchpp/SocketManager.os] Error 1
  32. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement