Jump to content

smergeddsadasdas

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

About smergeddsadasdas

Informations

  • Gender
    Not Telling

Recent Profile Visitors

294 profile views

smergeddsadasdas's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hello ! Can anyone please help me, crypptopp errors won't let me compile the source successfully. I use Freebsd 9.2 32 bit (Vps server) and i just keep getting this error whenever I'm compiling, I made sure that the -lcryptopp flag is defined in makefile and all.. I saw in a thread where MartPwns told Vanilla who kinda had the same problem as me, to change the compiler version for cryptopp and try to recompile.. I did that but it did not solve my problem please help me!! game_runknown_32.dir/src/cipher.cpp.o: In function `CryptoPP::AllocatorWithCleanup<unsigned int, true>::deallocate(void*, unsigned int) [clone .isra.53]': cipher.cpp:(.text+0x42): undefined reference to `CryptoPP::AlignedDeallocate(void*)' game_runknown_32.dir/src/cipher.cpp.o: In function `DH2KeyAgreement::DH2KeyAgreement()': cipher.cpp:(.text+0x11c1): undefined reference to `CryptoPP::AlignedDeallocate(void*)' game_runknown_32.dir/src/cipher.cpp.o: In function `CryptoPP::CipherModeBase::ResizeBuffers()': cipher.cpp:(.text._ZN8CryptoPP14CipherModeBase13ResizeBuffersEv[_ZN8CryptoPP14CipherModeBase13ResizeBuffersEv]+0x75): undefined reference to `CryptoPP::AlignedDeallocate(void*)' cipher.cpp:(.text._ZN8CryptoPP14CipherModeBase13ResizeBuffersEv[_ZN8CryptoPP14CipherModeBase13ResizeBuffersEv]+0x81): undefined reference to `CryptoPP::AlignedAllocate(unsigned int)' game_runknown_32.dir/src/cipher.cpp.o: In function `CryptoPP::ModePolicyCommonTemplate<CryptoPP::AdditiveCipherAbstractPolicy>::CipherSetKey(CryptoPP::NameValuePairs const&, unsigned char const*, unsigned int)': cipher.cpp:(.text._ZN8CryptoPP24ModePolicyCommonTemplateINS_28AdditiveCipherAbstractPolicyEE12CipherSetKeyERKNS_14NameValuePairsEPKhj[_ZN8CryptoPP24ModePolicyCommonTemplateINS_28AdditiveCipherAbstractPolicyEE12CipherSetKeyERKNS_14NameValuePairsEPKhj]+0xf1): undefined reference to `CryptoPP::AlignedDeallocate(void*)' cipher.cpp:(.text._ZN8CryptoPP24ModePolicyCommonTemplateINS_28AdditiveCipherAbstractPolicyEE12CipherSetKeyERKNS_14NameValuePairsEPKhj[_ZN8CryptoPP24ModePolicyCommonTemplateINS_28AdditiveCipherAbstractPolicyEE12CipherSetKeyERKNS_14NameValuePairsEPKhj]+0x101): undefined reference to `CryptoPP::AlignedAllocate(unsigned int)' game_runknown_32.dir/src/cipher.cpp.o: In function `CryptoPP::MontgomeryRepresentation::MontgomeryRepresentation(CryptoPP::MontgomeryRepresentation const&)': cipher.cpp:(.text._ZN8CryptoPP24MontgomeryRepresentationC2ERKS0_[_ZN8CryptoPP24MontgomeryRepresentationC5ERKS0_]+0xd3): undefined reference to `CryptoPP::AlignedAllocate(unsigned int)' cipher.cpp:(.text._ZN8CryptoPP24MontgomeryRepresentationC2ERKS0_[_ZN8CryptoPP24MontgomeryRepresentationC5ERKS0_]+0x1b6): undefined reference to `CryptoPP::AlignedDeallocate(void*)' cipher.cpp:(.text._ZN8CryptoPP24MontgomeryRepresentationC2ERKS0_[_ZN8CryptoPP24MontgomeryRepresentationC5ERKS0_]+0x1c3): undefined reference to `CryptoPP::AlignedDeallocate(void*)' cipher.cpp:(.text._ZN8CryptoPP24MontgomeryRepresentationC2ERKS0_[_ZN8CryptoPP24MontgomeryRepresentationC5ERKS0_]+0x1d1): undefined reference to `CryptoPP::AlignedDeallocate(void*)' game_runknown_32.dir/src/cipher.cpp.o: In function `CryptoPP::CipherModeBase::~CipherModeBase()': cipher.cpp:(.text._ZN8CryptoPP14CipherModeBaseD2Ev[_ZN8CryptoPP14CipherModeBaseD5Ev]+0x4c): undefined reference to `CryptoPP::AlignedDeallocate(void*)' game_runknown_32.dir/src/cipher.cpp.o: In function `CryptoPP::CipherModeBase::~CipherModeBase()': cipher.cpp:(.text._ZN8CryptoPP14CipherModeBaseD0Ev[_ZN8CryptoPP14CipherModeBaseD5Ev]+0x54): undefined reference to `CryptoPP::AlignedDeallocate(void*)' game_runknown_32.dir/src/cipher.cpp.o:cipher.cpp:(.text._ZN8CryptoPP14CTR_ModePolicyD2Ev[_ZN8CryptoPP14CTR_ModePolicyD5Ev]+0x81): more undefined references to `CryptoPP::AlignedDeallocate(void*)' follow collect2: error: ld returned 1 exit status gmake[2]: *** [Bin/release/game_runknown_32] Error 1 gmake[1]: *** [game/game_runknown_32.dir/all] Error 2 gmake: *** [all] Error 2
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.