Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Project Generator settings #7022

Open
NejimakiBoy opened this issue Jun 24, 2022 · 0 comments
Open

Problem with Project Generator settings #7022

NejimakiBoy opened this issue Jun 24, 2022 · 0 comments

Comments

@NejimakiBoy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant