Hi!
I am trying to install 0.9.0 MSYS versión, but I come to a couple of problems.
First, very silly thing, the path suggested for
cd your_oF_directory/scripts/win_cb/msys2
./install_dependencies.sh`
Seems to be without win_cb, right? Or am I missing something?
Also the coma at the end of the file name, is it a typo?
Finally, my true issue comes when compiling oF libraries, this happens:
C:/msys64/home/Studio/of_v0.9.0_msys2_release/libs/openFrameworks/utils/ofUtils.cpp: In function 'ofTargetPlatform ofGetTargetPlatform()':
C:/msys64/home/Studio/of_v0.9.0_msys2_release/libs/openFrameworks/utils/ofUtils.cpp:1016:16: error: 'OF_TARGET_WINGCC' was not declared in this scope
return OF_TARGET_WINGCC;makefileCommon/compile.core.mk:239: recipe for target '/home/Studio/of_v0.9.0_msys2_release/libs/openFrameworksCompiled/lib/msys2/obj/Debug/libs/openFrameworks/utils/ofUtis.o' failed
make[2]: *** [/home/Studio/of_v0.9.0_msys2_release/libs/openFrameworksCompiled/lib/msys2/obj/Debug/libs/openFrameworks/utils/ofUtils.o] Error 1
makefileCommon/compile.core.mk:213: recipe for target 'Debug' failed
make[1]: *** [Debug] Error 2
makefileCommon/compile.core.mk:229: recipe for target 'all' failed
make: *** [all] Error 2
Any idea of what its happening? Is it a real problem?
Thanks a lot!
Diego