We're back! (IN POG FORM)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I./libs -Ilibs -DAMULE_INSTALL_PREFIX="\"/usr/local\"" -DAMULE_LOCALEDIR="\"/usr/local/share/locale\"" -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -DUSE_WX_EXTENSIONS -MT amule-RC4Encrypt.o -MD -MP -MF ".deps/amule-RC4Encrypt.Tpo" -c -o amule-RC4Encrypt.o `test -f 'RC4Encrypt.cpp' || echo './'`RC4Encrypt.cpp; \ then mv -f ".deps/amule-RC4Encrypt.Tpo" ".deps/amule-RC4Encrypt.Po"; else rm -f ".deps/amule-RC4Encrypt.Tpo"; exit 1; fiRC4Encrypt.h:57: error: ‘MD5Sum’ has not been declaredRC4Encrypt.cpp: In function ‘RC4_Key_Struct* RC4CreateKey(const uint8*, uint32, RC4_Key_Struct*, bool)’:RC4Encrypt.cpp:65: error: ‘RC4Crypt’ was not declared in this scopemake[3]: *** [amule-RC4Encrypt.o] Error 1make[3]: Leaving directory `/home/tux/amule-cvs/src'make[2]: *** [all-recursive] Error 1make[2]: Leaving directory `/home/tux/amule-cvs/src'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/home/tux/amule-cvs'make: *** [all] Error 2
Originally posted by wuischkeAdded a compile fix, will be most probably fixed in tomorrows tarball. (As these files are under heavy development)BTW: This is because Kry (?) is working on Protocol Obfuscation.