aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20070127 RC4Encrypt  (Read 2362 times)

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
20070127 RC4Encrypt
« on: January 27, 2007, 07:38:30 PM »

I get this error when compiling current CVS tarball.

Arch Linux
wxGTK 2.6.3

Quote
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
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: 20070127 RC4Encrypt
« Reply #1 on: January 27, 2007, 09:02:34 PM »

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.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: 20070127 RC4Encrypt
« Reply #2 on: January 27, 2007, 09:40:20 PM »

Quote
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
Logged