ah ok! adesso ci siam capiti

ma infatti abbiamo spostato il problema rispetto all'inizio del thread, perchè io adesso sto ricompilando (mentre al mio primo post una soluzione sarebbe stata quella di reindirizzare il link simbolico) quindi ora non modifico il link simbolico, ma ricompilo tutto da capo così non ci sono problemi! avevo capito male io, pensavo di dover unire le due cose...

...quindi il mio problema adesso è in fase di compilazione di una dipendenza di aMule, crypptop che mi restituisce questo
- Codice: Seleziona tutto
[...]
inflating: cryptopp-5.6.1/xtr.cpp [text]
inflating: cryptopp-5.6.1/xtr.h [text]
inflating: cryptopp-5.6.1/xtrcrypt.cpp [text]
inflating: cryptopp-5.6.1/xtrcrypt.h [text]
inflating: cryptopp-5.6.1/zdeflate.cpp [text]
inflating: cryptopp-5.6.1/zdeflate.h [text]
inflating: cryptopp-5.6.1/zinflate.cpp [text]
inflating: cryptopp-5.6.1/zinflate.h [text]
inflating: cryptopp-5.6.1/zlib.cpp [text]
inflating: cryptopp-5.6.1/zlib.h [text]
g++ -O2 -fPIC -c hmac.cpp
In file included from hmac.h:7:0,
from hmac.cpp:7:
secblock.h: In instantiation of 'CryptoPP::AllocatorWithCleanup<T, T_Align16>::pointer CryptoPP::AllocatorWithCleanup<T, T_Align16>::allocate(CryptoPP::AllocatorWithCleanup<T, T_Align16>::size_type, const void*) [with T = unsigned char; bool T_Align16 = false; CryptoPP::AllocatorWithCleanup<T, T_Align16>::pointer = unsigned char*; CryptoPP::AllocatorWithCleanup<T, T_Align16>::size_type = long unsigned int]':
secblock.h:247:19: required from 'CryptoPP::SecBlock<T, A>::SecBlock(CryptoPP::SecBlock<T, A>::size_type) [with T = unsigned char; A = CryptoPP::AllocatorWithCleanup<unsigned char>; CryptoPP::SecBlock<T, A>::size_type = long unsigned int]'
hmac.h:15:38: required from here
secblock.h:91:3: error: 'CheckSize' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
secblock.h:91:3: note: declarations in dependent base 'CryptoPP::AllocatorBase<unsigned char>' are not found by unqualified lookup
secblock.h:91:3: note: use 'this->CheckSize' instead
make: *** [hmac.o] Error 1
conraid mi suggerisce di mettere una patch
viewtopic.php?f=51&t=35564&hilit=amule#p316852 ma io non so come si fa! non è che riesci a darmi una mano tu?