BertHeesakkers / IGADPiGameServer

Game server created for educational purposes for IGAD (Breda University of Applied Sciences, the Netherlands)
3 stars 1 forks source link

WIP: Fix CI config. #27

Closed Zandor300 closed 6 years ago

Zandor300 commented 6 years ago

New error after this fix:

In file included from /home/travis/build/Zandor300/IGADPiGameServer/Source/Server/Helpers/ParseServerParameters.cpp:7:0:
/home/travis/build/Zandor300/IGADPiGameServer/Include/Server/ThirdParty/json.hpp:67:10: error: #error "unsupported GCC version - see https://github.com/nlohmann/json#supported-compilers"
         #error "unsupported GCC version - see https://github.com/nlohmann/json#supported-compilers"
          ^
make[2]: *** [Libraries/Server/CMakeFiles/Server.dir/__/__/Source/Server/Helpers/ParseServerParameters.cpp.o] Error 1
make[1]: *** [Libraries/Server/CMakeFiles/Server.dir/all] Error 2
make: *** [all] Error 2

json.hpp is whining about the GCC compiler version. See https://github.com/nlohmann/json#supported-compilers

See https://travis-ci.org/Zandor300/IGADPiGameServer/builds/359254361 for full output.

Travis CI for this repo is a commit behind for some reason...