Open ChillerDragon opened 5 years ago
@ChillerDragon with last commit it should compile fine with MinGW.
you may need to specify target arch, x86 or x86_64, e.g
bam config geolocation=false compiler="gcc"
bam server arch="x86_64"
src/infcroya/croyaplayer.cpp: In member function 'void CroyaPlayer::SetOldClassNum(int)':
src/infcroya/croyaplayer.cpp:413:15: error: 'Class' is not a class, namespace, or enumeration
if (Class == Class::DEFAULT) {
^
src/infcroya/croyaplayer.cpp:414:11: error: 'Class' is not a class, namespace, or enumeration
Class = Class::MEDIC;
^
bam: 'c++ src/infcroya/croyaplayer.cpp' error 1
bam: error: a build step failed
The lua dependencys in other/infcroya/lua are only used when compiling with VS. But the cl compiler throws a bunch of errors
And when compiling with MinGW it fails on the lua.h include which makes sense. Even after i adjusted that it failed on a bunch of other things.