I am using Windows 11, msys2(MinGW64).
message below appears when I am trying to compile with make.
corresponding line in “compile.project.mk” file seems to be a process of making .ico file to temporary .rc file.
Is there some proper way remove or fix this process?
any support will be highly appreciated.
Compiling Particle for Release
make[1]: Entering directory '/c/Users/user/Documents/Programming/Particle'
Compiling Resource ../openFrameworks/libs/openFrameworksCompiled/project/msys2/icon.ico
/bin/sh: line 1: obj/msys2/Release/icon.rc: No such file or directory
make[1]: *** [../openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:254: obj/msys2/Release/icon.res] Error 1
make[1]: Leaving directory '/c/Users/user/Documents/Programming/Particle'
make: *** [../openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:129: Release] Error 2