Linux Compile Failed

Hello i have linux compile errors ..

thanks


https://justpaste.it/3zyrj

Comments

  • Hi @coldev.

    From your build log it looks like the compiler tries to compile some code in defines.h that is wrapped inside an '_EG_MS_COMPILER' ifdef and only intended for Microsoft Visual Studio instead of the alternative code that is intended for GCC and clang.

    Please check why '_EG_MS_COMPILER' is defined in your situation. It should never happen to be defined outside of MSVC. Maybe you define either directly '_EG_MS_COMPILER' or one of the defines which would cause it to get defined by defines.h in one of your headers or pass such a define to the compiler with the command-line options.