aMule Forum
English => Compilation problems => Topic started by: wuischke on January 27, 2007, 07:38:30 PM
-
I get this error when compiling current CVS tarball.
Arch Linux
wxGTK 2.6.3
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; fi
RC4Encrypt.h:57: error: ‘MD5Sum’ has not been declared
RC4Encrypt.cpp: In function ‘RC4_Key_Struct* RC4CreateKey(const uint8*, uint32, RC4_Key_Struct*, bool)’:
RC4Encrypt.cpp:65: error: ‘RC4Crypt’ was not declared in this scope
make[3]: *** [amule-RC4Encrypt.o] Error 1
make[3]: Leaving directory `/home/tux/amule-cvs/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tux/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tux/amule-cvs'
make: *** [all] Error 2
-
Added 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.
-
Originally posted by wuischke
Added 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.
Yes, he is, but this time it was phoenix's fault :P