Jump to content

snapkode

Inactive Member
  • Posts

    16
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by snapkode

  1. Ok done. The Fatal errore doesn't appear,thank you, now I have this :

    DragonSoul.cpp:385:11: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t'
                            return NULL;
                                   ^~~~
    /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
    #define NULL    nullptr
                    ^~~~~~~
    1 error generated.

     

  2. When i go to compile game source i get that error :

     

    cipher.cpp:32:10: fatal error: 'cryptopp/cryptoppLibLink.h' file not found
    #include <cryptopp/cryptoppLibLink.h>
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.
    gmake: *** [Makefile:120: OBJDIR/cipher.o] Error 1
    gmake: *** Waiting for unfinished jobs....
    compile minilzo.c
    DragonSoul.cpp:385:11: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t'
    return NULL;
    ^~~~
    /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
    #define NULL nullptr
    ^~~~~~~
    1 error generated.
    gmake: *** [Makefile:120: OBJDIR/DragonSoul.o] Error 1

     

    CryptoPP already installed, any solution?

×
×
  • 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.