Jump to content

rikidere

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

About rikidere

Informations

  • Gender
    Not Telling

rikidere's Achievements

Newbie

Newbie (1/16)

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

Recent Badges

0

Reputation

  1. I hope this is not too basic of a question, but I recently got my hands on some serverfiles to play around with, however after succeeding to compile the source and the db I noticed that I'm missing everything else. So first of all, can I get the server to run, since a quick look at complete server files showed me that I'm missing some files in the /share folder as well as the cores (?). Secondly I don't know what to do with the DB-file at all, haven't found much information about that either. Could anyone point me a bit into the right direction? Could I possibly use files/cores from another server and just throw the game file in there?
  2. I have succeeded to compile the game now, I'm not sure how, but if I remember correctly one thing that could have made it succeed is when I ran gmake install in the cryptopp directory.
  3. Hello, Firstly I'm a bit new to this stuff and I'm still exploring (while I think I'm actually missing on some basic knowledge to solve this problem) the whole source stuff. This is the error I'm getting at compiling of the server source linking ../Releases/game_rtestt.... OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned char, true>::deallocate(void*, unsigned int)': /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned char, true>::allocate(unsigned int, void const*)': /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:100: undefined reference to `CryptoPP::AlignedAllocate(unsigned int)' /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:100: undefined reference to `CryptoPP::AlignedAllocate(unsigned int)' OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned char, true>::deallocate(void*, unsigned int)': /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned int, true>::deallocate(void*, unsigned int)': /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned char, true>::deallocate(void*, unsigned int)': /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned int, true>::allocate(unsigned int, void const*)': /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:100: undefined reference to `CryptoPP::AlignedAllocate(unsigned int)' OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned char, true>::deallocate(void*, unsigned int)': /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' /usr/src/test/src/game/../../Z_Extern/include/cryptopp/secblock.h:112: undefined reference to `CryptoPP::AlignedDeallocate(void*)' gmake: *** [../Releases/game_rtestt] Error 1 I've been troubleshooting all evening and got a few solutions but still the same result. Path should be correct, what I might have messed up is compiling cryptopp (since I'm not sure if I know how or if I did it right), since that was a popular solution for this problem I'd be very glad if somebody could provide some help, I'd also like some help on how to compile libs (specifically cryptopp), since I'm rather unsure if I'm doing it in a correct manner.
×
×
  • 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.