You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using nightly build v20220622 for msys2 because I could not install version 0.11.2
I couldn’t compiled a project generated by Project Generator
I set the openFramework path: in Project Generator to C:\openFrameworks\of_v20220622_msys2_mingw64_nightly\of_v20220622_msys2_mingw64_release
but the config.make output by the project generator the path is not correctly
OF_ROOT in the config.make is OF_ROOT = C:\openFrameworks\of_v20220622_msys2_mingw64_nightly\of_v20220622_msys2_mingw64_release
I was able to compile it by rewriting it as follows OF_ROOT = /C/openFrameworks/of_v20220622_msys2_mingw64_nightly/of_v20220622_msys2_mingw64_release
How do I get the project generator to work correctly?
Thank you.
The text was updated successfully, but these errors were encountered:
I am using nightly build v20220622 for msys2 because I could not install version 0.11.2
I couldn’t compiled a project generated by Project Generator
I set the openFramework path: in Project Generator to
C:\openFrameworks\of_v20220622_msys2_mingw64_nightly\of_v20220622_msys2_mingw64_release
but the config.make output by the project generator the path is not correctly
OF_ROOT in the config.make is
OF_ROOT = C:\openFrameworks\of_v20220622_msys2_mingw64_nightly\of_v20220622_msys2_mingw64_release
I was able to compile it by rewriting it as follows
OF_ROOT = /C/openFrameworks/of_v20220622_msys2_mingw64_nightly/of_v20220622_msys2_mingw64_release
How do I get the project generator to work correctly?
Thank you.
The text was updated successfully, but these errors were encountered: