-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
The library does not compile #8236
Comments
I forgot to specify, Windows 10, if that's important |
nightly build OF v20241220: MINGW64 /c/openFrameworks/v20241220/libs/openFrameworksCompiled/project |
OF windows and msys2. try to invoke |
pacman -S mingw-w64-x86_64-gcc AI said to do it like this, it seems to have helped |
did you run ./scripts/msys2/install_dependencies.sh before? |
I followed the instructions exactly, and made several attempts with a complete removal, the step of installing dependencies each time went without problems. |
I encountered similar compilation issues with both the MSYS2 and Linux setups (via WSL). I resolved them by using the 'nightly' release, rather than the version linked from the openFrameworks website (which points to the older 0.12.0 version). For now I only tested the MSYS2 setup and can give an update if I try the Linux setup. |
No, the problem is not solved.
Windows
nightly and stable build of mingw64(c:\msys64)
of_v0.12.0
MINGW64 /c/of_v0.12.0/libs/openFrameworksCompiled/project
make
Package glm was not found in the pkg-config search path.
Perhaps you should add the directory containing
glm.pc' to the PKG_CONFIG_PATH environment variable Package 'glm' not found /bin/sh: line 1: return: can only
return' from a function or sourced scriptPackage glm was not found in the pkg-config search path.
Perhaps you should add the directory containing
glm.pc' to the PKG_CONFIG_PATH environment variable Package 'glm' not found /bin/sh: line 1: return: can only
return' from a function or sourced scriptmakefileCommon/config.shared. mk:311: *** couldn't find glm pkg-config package or it's dependencies, did you run the latest install_dependencies.sh?. Stop.
Please explain what kind of tambourine I need to dance with, what rituals to perform, just to start using OF?
The text was updated successfully, but these errors were encountered: