aMule Forum
English => aMule Help => Topic started by: SirDodger on July 15, 2004, 11:36:07 AM
-
Here is the error :
/usr/include/cryptopp/simple.h:151: error: there are no arguments to `ChannelPut' that depend on a template parameter, so a declaration of `ChannelPut' must be available
In file included from /usr/include/cryptopp/filters.h:7,
from /usr/include/cryptopp/pubkey.h:36,
from /usr/include/cryptopp/pkcspad.h:5,
from /usr/include/cryptopp/rsa.h:9,
from KnownFile.h:29,
from PartFile.h:27,
from ListenSocket.cpp:35:
/usr/include/cryptopp/smartptr.h: In member function `bool CryptoPP::value_ptr::operator==(const CryptoPP::value_ptr&)':
/usr/include/cryptopp/smartptr.h:57: error: `m_p' undeclared (first use this function)
/usr/include/cryptopp/smartptr.h: In member function `CryptoPP::value_ptr& CryptoPP::value_ptr::operator=(const CryptoPP::value_ptr&)':
/usr/include/cryptopp/smartptr.h:63: error: `m_p' undeclared (first use this function)
/usr/include/cryptopp/smartptr.h: In member function `CryptoPP::clonable_ptr& CryptoPP::clonable_ptr::operator=(const CryptoPP::clonable_ptr&)':
/usr/include/cryptopp/smartptr.h:84: error: `m_p' undeclared (first use this function)
In file included from /usr/include/cryptopp/pkcspad.h:5,
from /usr/include/cryptopp/rsa.h:9,
from KnownFile.h:29,
from PartFile.h:27,
from ListenSocket.cpp:35:
-
HERE :
else rm -f ".deps/amule-ListenSocket.Tpo"; exit 1; \
fi
In file included from /usr/include/cryptopp/filters.h:4,
from /usr/include/cryptopp/pubkey.h:36,
from /usr/include/cryptopp/pkcspad.h:5,
from /usr/include/cryptopp/rsa.h:9,
from KnownFile.h:29,
from PartFile.h:27,
from ListenSocket.cpp:35:
/usr/include/cryptopp/simple.h: In member function `bool CryptoPP::Unflushable::Flush(bool, int, bool)':
/usr/include/cryptopp/simple.h:71: error: `NULL_CHANNEL' undeclared (first use this function)
/usr/include/cryptopp/simple.h:71: error: (Each undeclared identifier is reported only once for each function it appears in.)
/usr/include/cryptopp/simple.h: In member function `bool CryptoPP::Unflushable::ChannelFlush(const std::string&, bool, int, bool)':
/usr/include/cryptopp/simple.h:80: error: there are no arguments to `AttachedTransformation' that depend on a template parameter, so a declaration of `AttachedTransformation' must be available
/usr/include/cryptopp/simple.h:80: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
/usr/include/cryptopp/simple.h: In member function `void CryptoPP::Multichannel::Initialize(const CryptoPP::NameValuePairs&, int)':
/usr/include/cryptopp/simple.h:134: error: `NULL_CHANNEL' undeclared (first use this function)
/usr/include/cryptopp/simple.h: In member function `bool CryptoPP::Multichannel::Flush(bool, int, bool)':
/usr/include/cryptopp/simple.h:136: error: `NULL_CHANNEL' undeclared
-
well
since gcc 3.4.... is pretty new our code is not gcc 3.4 compatible atm
we are working on it :)
also cryptopp5.1 is not gcc3.4 compatible which would be the first thing
stefanero
-
im just posting to help you building it ....when crypto 5.2 is out, there is only amule laking in support of gcc 3.4 , right ? *grin*
-
as far as I remember ther is already 5.2 out but they changes a bit so its not workin the amule atm :)
-
hey, littel feadback ;)
current CVS should at !!!most!!! of time now be gcc3.4 compatible, also aMule with current CVS is crypto++ 5.2 compatible.
stefanero