linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02046
[Bug 654032] Re: build error debian with gcc-4.3
Yes, GCC version 4.4 or later is needed as the current version of the
guide states it (I linked it to you in my first answer). It seems the
one we have on the web page is slightly outdated, we'll update it asap,
and will change the wrong package names you mentioned.
--
build error debian with gcc-4.3
https://bugs.launchpad.net/bugs/654032
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
Status in ADCH++: Invalid
Bug description:
debian 5
kernel 2.6.22-3-686
g++-4.3
/home/user/adchpp_2.5.2_source# scons
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 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) no
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/debug-default/adchpp/Bot.os (shared)
In file included from adchpp/ClientManager.h:24,
from adchpp/Bot.cpp:23:
adchpp/Signal.h:34: error: expected initializer before ‘<’ token
adchpp/Signal.h:65: error: expected constructor, destructor, or type conversion before ‘connect’
adchpp/Signal.h: In member function ‘void adchpp::Signal<F>::operator()(T0&&)’:
adchpp/Signal.h:45: error: ISO C++ forbids declaration of ‘i’ with no type
adchpp/Signal.h:45: error: ISO C++ forbids declaration of ‘iend’ with no type
adchpp/Signal.h:46: error: invalid type argument of ‘unary *’
adchpp/Signal.h: In member function ‘void adchpp::Signal<F>::operator()(T0&&, T1&&)’:
adchpp/Signal.h:52: error: ISO C++ forbids declaration of ‘i’ with no type
adchpp/Signal.h:52: error: ISO C++ forbids declaration of ‘iend’ with no type
adchpp/Signal.h:53: error: invalid type argument of ‘unary *’
adchpp/Signal.h: In member function ‘void adchpp::Signal<F>::operator()(T0&&, T1&&, T2&&)’:
adchpp/Signal.h:59: error: ISO C++ forbids declaration of ‘i’ with no type
adchpp/Signal.h:59: error: ISO C++ forbids declaration of ‘iend’ with no type
adchpp/Signal.h:60: error: invalid type argument of ‘unary *’
adchpp/Signal.h: At global scope:
adchpp/Signal.h:85: error: expected `)' before ‘&&’ token
adchpp/Signal.h:103: error: ‘ConnectionPtr’ does not name a type
adchpp/Signal.h: In member function ‘void adchpp::ManagedConnection::disconnect()’:
adchpp/Signal.h:89: error: ‘conn’ was not declared in this scope
adchpp/Signal.h: In member function ‘void adchpp::ManagedConnection::release()’:
adchpp/Signal.h:96: error: ‘conn’ was not declared in this scope
adchpp/Signal.h: At global scope:
adchpp/Signal.h:116: error: ‘ConnectionPtr’ in namespace ‘adchpp’ does not name a type
boost/boost/system/error_code.hpp:208: warning: ‘boost::system::system_category’ defined but not used
boost/boost/system/error_code.hpp:209: warning: ‘boost::system::generic_category’ defined but not used
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
scons: *** [build/debug-default/adchpp/Bot.os] Error 1
scons: building terminated because of errors.
References