hello all (again... ) i have a pb to compile amule rc5 on my new debian knoppix
i followed
http://www.amule.org/wiki/index.php/HowTo_Compile_In_Debian but still don't work....
here is the error :
/home/guepe/Receive/aMule-2.0.0rc5/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -O2 -MT amule-BaseClient.o -MD -MP -MF ".deps/amule-BaseClient.Tpo" \
-c -o amule-BaseClient.o `test -f 'BaseClient.cpp' || echo './'`BaseClient.cpp; \
then mv -f ".deps/amule-BaseClient.Tpo" ".deps/amule-BaseClient.Po"; \
else rm -f ".deps/amule-BaseClient.Tpo"; exit 1; \
fi
Dans le fichier inclus à partir de BaseClient.cpp:44:
ClientCredits.h:31:45: cryptopp/config.h : Aucun fichier ou répertoire de ce type
ClientCredits.h:32:42: cryptopp/rsa.h : Aucun fichier ou répertoire de ce type
In file included from BaseClient.cpp:44:
ClientCredits.h:126: error: type specifier omitted for parameter `CryptoPP'
ClientCredits.h:126: error: erreur d'analyse syntaxique before `::' token
ClientCredits.h:146: error: erreur de syntaxe before `::' token
BaseClient.cpp:1084:26: attention : #warning Lacks Comment Filtering
BaseClient.cpp:1702:10: attention : #warning ADDME - Import needed
make[4]: *** [amule-BaseClient.o] Erreur 1
make[4]: Leaving directory `/home/guepe/Receive/aMule-2.0.0rc5/src'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory `/home/guepe/Receive/aMule-2.0.0rc5/src'
make[2]: *** [all] Erreur 2
make[2]: Leaving directory `/home/guepe/Receive/aMule-2.0.0rc5/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/guepe/Receive/aMule-2.0.0rc5'
make: *** [all] Erreur 2
i have installed libcrypto5.2, libcrypto-dev, and utils too.. i can ee them in kpackage...
what is the matter with me

thx all...