linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03377
[Bug 722468] Re: [linux] rev 487 not compiled
fixed in rev 488.
** Changed in: adchpp
Status: New => Invalid
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/722468
Title:
[linux] rev 487 not compiled
Status in ADCH++:
Invalid
Bug description:
gcc version 4.4.0 20090514 (Red Hat 4.4.0-6) (GCC)
# ./compile-adchpp.sh
scons: Reading SConscript files ...
Ruby not found, skipping ruby module
Invalid Python version: 24 - skipping Python module
No Linux support for PHP extensions yet
scons: done reading SConscript files.
scons: Cleaning targets ...
Removed build/debug-default/adchpp/adchpp.gch
Removed build/debug-default/adchpp/AdcCommand.os
Removed build/debug-default/adchpp/Bot.os
Removed build/debug-default/adchpp/Buffer.os
Removed build/debug-default/adchpp/Client.os
Removed build/debug-default/adchpp/ClientManager.os
Removed build/debug-default/adchpp/Core.os
Removed build/debug-default/adchpp/Encoder.os
Removed build/debug-default/adchpp/Entity.os
Removed build/debug-default/adchpp/File.os
Removed build/debug-default/adchpp/Hub.os
Removed build/debug-default/adchpp/LogManager.os
Removed build/debug-default/adchpp/ManagedSocket.os
Removed build/debug-default/adchpp/PluginManager.os
Removed build/debug-default/adchpp/SimpleXML.os
scons: done cleaning targets.
scons: Reading SConscript files ...
Ruby not found, skipping ruby module
Invalid Python version: 24 - skipping Python module
No Linux support for PHP extensions yet
scons: done reading SConscript files.
scons: Cleaning targets ...
scons: done cleaning targets.
scons: Reading SConscript files ...
Checking for C header file poll.h... (cached) yes
Checking for C header file sys/epoll.h... (cached) yes
Checking for C header file ruby.h... (cached) no
Checking for dlopen() in C library dl... (cached) yes
Checking for pthread_create() in C library pthread... (cached) yes
Checking for SSL_connect() in C library ssl... (cached) yes
Ruby not found, skipping ruby module
Invalid Python version: 24 - skipping Python module
No Linux support for PHP extensions yet
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/debug-default/adchpp/adchpp.gch (shared precompiled header)
Compiling build/debug-default/adchpp/AdcCommand.os (shared)
Compiling build/debug-default/adchpp/Bot.os (shared)
Compiling build/debug-default/adchpp/Buffer.os (shared)
Compiling build/debug-default/adchpp/Client.os (shared)
Compiling build/debug-default/adchpp/ClientManager.os (shared)
Compiling build/debug-default/adchpp/Core.os (shared)
Compiling build/debug-default/adchpp/Encoder.os (shared)
Compiling build/debug-default/adchpp/Entity.os (shared)
Compiling build/debug-default/adchpp/File.os (shared)
Compiling build/debug-default/adchpp/Hub.os (shared)
Compiling build/debug-default/adchpp/LogManager.os (shared)
Compiling build/debug-default/adchpp/ManagedSocket.os (shared)
Compiling build/debug-default/adchpp/PluginManager.os (shared)
Compiling build/debug-default/adchpp/SimpleXML.os (shared)
Compiling build/debug-default/adchpp/SocketManager.os (shared)
adchpp/SocketManager.cpp: In constructor ‘adchpp::SimpleSocketStream::SimpleSocketStream(boost::asio::io_service&)’:
adchpp/SocketManager.cpp:101: error: class ‘adchpp::SimpleSocketStream’ does not have any field named ‘SocketStream’
adchpp/SocketManager.cpp:101: error: no matching function for call to ‘adchpp::SocketStream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::SocketStream()’
adchpp/SocketManager.cpp:51: note: candidates are: adchpp::SocketStream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::SocketStream(const adchpp::SocketStream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >&)
adchpp/SocketManager.cpp: In constructor ‘adchpp::TLSSocketStream::TLSSocketStream(boost::asio::io_service&, boost::asio::ssl::basic_context<boost::asio::ssl::context_service>&)’:
adchpp/SocketManager.cpp:122: error: class ‘adchpp::TLSSocketStream’ does not have any field named ‘SocketStream’
adchpp/SocketManager.cpp:122: error: no matching function for call to ‘adchpp::SocketStream<boost::asio::ssl::stream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >, boost::asio::ssl::stream_service> >::SocketStream()’
adchpp/SocketManager.cpp:51: note: candidates are: adchpp::SocketStream<boost::asio::ssl::stream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >, boost::asio::ssl::stream_service> >::SocketStream(const adchpp::SocketStream<boost::asio::ssl::stream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >, boost::asio::ssl::stream_service> >&)
boost/boost/system/error_code.hpp: At global scope:
boost/boost/system/error_code.hpp:214: warning: ‘boost::system::posix_category’ defined but not used
boost/boost/system/error_code.hpp:215: warning: ‘boost::system::errno_ecat’ defined but not used
boost/boost/system/error_code.hpp:216: warning: ‘boost::system::native_ecat’ defined but not used
boost/boost/asio/error.hpp:253: warning: ‘boost::asio::error::netdb_category’ defined but not used
boost/boost/asio/error.hpp:255: warning: ‘boost::asio::error::addrinfo_category’ defined but not used
boost/boost/asio/error.hpp:257: warning: ‘boost::asio::error::misc_category’ defined but not used
boost/boost/asio/error.hpp:259: warning: ‘boost::asio::error::ssl_category’ defined but not used
scons: *** [build/debug-default/adchpp/SocketManager.os] Error 1
scons: building terminated because of errors.
References