Jump to content

Recommended Posts

Hello M2DEV Com.

 

i have install GCC49 with this INSTALL CODE

cd /usr/ports/lang/gcc49/ && make install clean

 

I have change Makefile in

 

game

db,

libgame/src

libpoly

libserverkey

libsql

libthecore/src

 

from CC = g++ to CC = g++49

 

when i compile my game i have a error with this:

 

PASTEBIN

Link to comment
Share on other sites

  • 4 years later...
  • Honorable Member

after a fast check i found the definition in misc.cpp with some macros around it

maybe a working but dirty solution is to force CRYPTOPP_BOOL_ALIGN16 macro to be defined so the function will be too, to achieve this add #define CRYPTOPP_BOOL_ALIGN16 1 to config.h (to the end to make sure it wont change) and recompile cryptopp

WRnRW3H.gif

Link to comment
Share on other sites

14 godzin temu, Distraught napisał:

after a fast check i found the definition in misc.cpp with some macros around it

maybe a working but dirty solution is to force CRYPTOPP_BOOL_ALIGN16 macro to be defined so the function will be too, to achieve this add #define CRYPTOPP_BOOL_ALIGN16 1 to config.h (to the end to make sure it wont change) and recompile cryptopp

Or use older version of boost

Meant cryptopp

Link to comment
Share on other sites

  • Honorable Member

whats the connection between boost and another library with its own preproc macros?

btw using older or newer boost wont change anything as the developers didnt really use it except for some containers and bindings but they all are in the stl now so you can get rid of boost (anyway even if u wanna take som funcs from that, boost have bcp so u can extract only the needed parts and not carrying about 10k files for nothing)

WRnRW3H.gif

Link to comment
Share on other sites

13 godzin temu, Distraught napisał:

whats the connection between boost and another library with its own preproc macros?

btw using older or newer boost wont change anything as the developers didnt really use it except for some containers and bindings but they all are in the stl now so you can get rid of boost (anyway even if u wanna take som funcs from that, boost have bcp so u can extract only the needed parts and not carrying about 10k files for nothing)

Nah man idk what did I write boost. I meant cryptopp.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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