I, well I don't get it. Maybe your userguide http://adchpp.sourceforge.net/user_guide/user_guide.html#_installing_on_linux is just not clear on this one.
I installed g++ which is just a link to gcc-c++-4.3, which should be what you meant or is it about the version? Do I need 4.4? By installing debian build-essentials, all needed compilers should be included as well. thx On Oct 3, 2010, at 15:28 , eMTee wrote: GCC 4.4+ -- 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. _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

