I’ve been trying to compile OF on msys2 using the MinGW terminal, but it spits out this error:
C:/Users/m/Documents/OF/libs/openFrameworks/utils/ofUtils.cpp: In function ‘ofTargetPlatform ofGetTargetPlatform()’:
C:/Users/m/Documents/OF/libs/openFrameworks/utils/ofUtils.cpp:1016:16: error: ‘OF_TARGET_WINGCC’ was not declared in this scope
return OF_TARGET_WINGCC;
^
Has anyone seen this before or know how to fix it?
this is a known problem in 0.9 it’s fixed by changing that constant to OF_TARGET_MINGW but we are about to release 0.9.1 so the nighly builds are perfectly stable